9 January 2014

How to access the value of a textbox using JavaScript?

var name = document.getElementById('txtFullName').value;
 alert(name);

No comments:

Post a Comment