Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by klawuhn

  1. klawuhn

    How to perform a submit from a window's ONLOAD

    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...
  2. klawuhn

    How to perform a submit from a window's ONLOAD

    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...
  3. klawuhn

    How do you change the TEXTAREA value from a SUBMIT script?

    I put the TEXTAREA in another FORM on the page and everything worked well. Thanks!
  4. klawuhn

    How do you change the TEXTAREA value from a SUBMIT script?

    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...

Part and Inventory Search

Back
Top