How to get the contents of an input box using Javascript?

Correct Answer: Use the "value" property var myValue = windowdocumentgetElementById("MyTextBox")value;

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion