A complete tutorial of javascript Interview Questions,free ebooks along with event-driven, interpreted client-side scripting and programming language,VB script.
April 15, 2008
How to get the contents of an input box using Javascript?
Use the "value" property. var myValue = window.document.getElementById("MyTextBox").value;