JavaScript DHTML/Javascript Collections — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 09:59, 26 мая 2010
- all
- anchors
- applets
- areas
- attributes
- behaviorUrns
- blockFormats
- boundElements
- cells
- childNodes
- children
- controlRange
- elements
- embeds
- filters
- forms
- frames
- images
- imports
- links
- mimeTypes
- namespaces
- options
- pages
- plugins 2
- rows
- rules
- scripts
- styleSheets
- tBodies
"fonts" Example
<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>