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

    Is it possible to determine form element that triggered the onSubmit ?

    Thanx jaredn You see to make it a bit clearer.I need to know which form element made my submit or request to the JAVA Servlet.The java bit is not important here but I have to validate some object and if my <input type=&quot;image&quot;...> was not used for the submit I need to cancel the submit...
  2. swissneil

    Is it possible to determine form element that triggered the onSubmit ?

    Is it possible to to see what the Submitted value is for example if I press the following button <input type=&quot;submit&quot; name=&quot;myvalue&quot;> is it possible to see this value &quot;myvalue&quot; submitted in a string eg name value pair or something like that anywhere.Can I test...
  3. swissneil

    Is it possible to determine form element that triggered the onSubmit ?

    Is it possible to determine form element's name that triggered the onSubmit ?
  4. swissneil

    At onSubmit Event() how do I find the element that made the request

    I would like to reference the &quot;request&quot; object to see which form element was actually clicked to fire the submit event. Is this possible ? My functionality work as follows.I've got and <input type=&quot;image&quot; name=value1.....> I want the submit event triggered by a click on this...

Part and Inventory Search

Back
Top