'all' Example : all « Javascript Collections « JavaScript DHTML
- JavaScript DHTML
- Javascript Collections
- all
'all' Example
<html>
<body>
<input type="button"
id="button" value="See the value of this button"
onclick="alert(document.all('button').value);">
</body>
</html>
Related examples in the same category