on a jsp page would a statement like document.<%frmName%>.reset() work? Assuming of course that frmName is a variable within the jsp. And would it work on most browsers and most computers?
Please, guys, tell me what browser ur using. One browser can produce an error that another would NEVER encounter, so please, help us reproduce it and give us an environment.
I have a clear button on one of my web forms, it's all done with .jsp's but i am using a javascript to clear the form, i'm using javascript:window.location.href('THE_PAGE') to clear it (assuming...