JavaScript DHTML/Javascript Collections/applets
Версия от 09:59, 26 мая 2010; (обсуждение)
"applets" Example
<html>
<body>
<input type="button"
value="Retrieve the number of applets in this document"
onclick="alert(document.applets.length);"><br>
</body>
</html>