can someone tell how to get the value of a text box in javascript. I am getting a form from an external ASP file using XMLHTTP and this form contains these text boxes.
I have used UserName.value in IE it works but not in firefox
note: UserName is the name of the text box used in the external asp file (which is called by XMLHTTP)