JavaScript DHTML/Javascript Collections/all

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

"all" Example

   <source lang="html4strict">
   

<html> <body> <input type="button"

      id="button" value="See the value of this button" 
      onclick="alert(document.all("button").value);">

</body> </html>


     </source>