The frame in window A is called orderdetail. When I execute the following, document.orderdetail.submit;, from window B, I get an error stating that 'document.orderdetail.submit' is null or not an object.
The framing in window A is the following. I am trying to simulate a click on a HREF in the...
I have two open windows. One window shows status information, window A, and another takes user input and updates a database, window B. Both windows are created by a servlet. Window B is created by pressing a HREF on window A that sends a command to the servlet with a new window as the target...
I have a TEXTAREA and a SUBMIT button. I would like to clear the TEXTAREA value so that it doesn't get submitted when the SUBMIT button is pressed. (It is getting too large and I don't process it anyway. It is only for display and I needed a scrolling region.)
I put an ONCLICK event on the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.