Home » Interview » Technology

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

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

← Previous Question Next Question→

Discussion & Comments

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