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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. talkingstone

    how can I copy a javascript variable into a JSP variable?

    Use javascript to send the value to a hidden field, then retrieve in jsp w/ request.getParameter(---fieldname---);
  2. talkingstone

    form elements enumeration

    How do I retrieve the enumeration of all the form elements on the page? Thanks

Part and Inventory Search

Back
Top