Hello guys,
This time I have started learning a little DOM and have gotten in a prediciment... -
<html>
<body onclick="alert(document.body.childNode.nodeValue)">
<input type="text" id="textb">
</body>
</html>
Though I could use document.getElementById(ID).innerHTML, but by one of the true scripting masters and some other people I have been told its not a good idea to do so...
Thanks...



,
Reply With Quote



Bookmarks