JavaScript DHTML/Javascript Collections/applets

Материал из Web эксперт
Перейти к: навигация, поиск

"applets" Example

   <source lang="html4strict">
   

<html> <body> <input type="button"

      value="Retrieve the number of applets in this document" 
      onclick="alert(document.applets.length);">

</body> </html>


     </source>