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

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

Текущая версия на 07:23, 26 мая 2010

"images" Example

    
<html>
<body>
<img src="http://www.wbex.ru/style/logo.png" width="100" height="100">
<img src="http://www.wbex.ru/style/logo.png" width="100" height="100"> 
<img src="http://www.wbex.ru/style/logo.png" width="100" height="100"> 
<img src="http://www.wbex.ru/style/logo.png" width="100" height="100">
<img src="http://www.wbex.ru/style/logo.png" width="100" height="100"> 
<img src="http://www.wbex.ru/style/logo.png" width="100" height="100"> 
<img src="http://www.wbex.ru/style/logo.png" width="100" height="100">
<img src="http://www.wbex.ru/style/logo.png" width="100" height="100"> 
<img src="http://www.wbex.ru/style/logo.png" width="100" height="100"> 
<button onclick="alert(document.images.length);">
Number of images in the document
</button>
</body>
</html>