aliasneo86 Posted November 3, 2008 Share Posted November 3, 2008 I made a reset button by java script <input type="image" src="clearall.jpg" onclick="clearForm(this.form);"> this is the only JS coding in the page. this does reset the form yet this also submits the form can any one help me with this ??? Thank you, Quote Link to comment Share on other sites More sharing options...
F1Fan Posted November 3, 2008 Share Posted November 3, 2008 Change it to this: <image src="clearall.jpg" onclick="clearForm(this.form);"> Quote Link to comment Share on other sites More sharing options...
aliasneo86 Posted November 4, 2008 Author Share Posted November 4, 2008 Thanks alot for the reply Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.