How to take texbox value in javascript
843836Jun 16 2005 — edited Jun 16 2005Hai i used <html:text> to enter values witin <html:form>. But now i am in need to take that textbox value within javascript. If we use <form name="frm"> then we can use "document.frm.txt.value". But for <html:form> if i give "name" attibute then it displays an error message that "Must specify type attribute if name is specified" what to do? any one help me.