JavaScript DHTML/Javascript Collections/images
Версия от 09:59, 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>