'item()' Example : item « Node Operation « JavaScript DHTML
- JavaScript DHTML
- Node Operation
- item
'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>
Related examples in the same category