In javascript, I am trying to call more than one function starting with onclick in a form.
In the form, this does not work:
<input type="submit" value="thevalue" name="goodname" onclick="return function_1(this.form);function_2(this.form);" />
So I tried only function_1 for the onclick, and...
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.