JavaScript DHTML/Node Operation/item

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

"item()" Example

    
<html>
<body>
<input type="button" id="button" value="See the value of this button" 
onclick="alert(document.all.item("button").value);">
</body>
</html>