JavaScript DHTML/Javascript Collections/links

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

"links" Example

   <source lang="html4strict">
   

<html> <body> <a href="http://www.wbex.ru">www.wbex.ru website</a> <button onclick="alert(document.links.length);"> No. of links on page </button> </body> </html>


     </source>