onsubmit

  1. D

    onsubmit: picking up html variables in function call?

    Using javascript onSubmit. want to pass in variables from HTML into function called by onSubmit...can't even get this to compile no less run it, Compiler says that the vars are not resolved, e.g. <FORM name="myForm" method="POST" action="Controller"...
Back
Top