JavaScript DHTML/Javascript Collections/applets

Материал из Web эксперт
Версия от 10:23, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"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>