JavaScript DHTML/Javascript Collections — различия между версиями

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

Версия 12:59, 26 мая 2010

"fonts" Example

   <source lang="html4strict">
   

<html> <body> <object id="myHelper"

       classid="clsid:3050f819-98b5-11cf-bb82-00aa00bdce0b" 
       width="0px" 
       height="0px">

</object> <button onclick="alert(myHelper.fonts.Count);">Number of fonts in the system</button> </body> </html>


     </source>