Hi,
Hope someone can be of help.
I'm creating a page with images to click that will then run a function i have created.
The problem i'm having is that input type=image seems to have a default submit attached to it and
the images i'm using are within form tags so whenever i click them, it does the correct function but also
re-submits the page and brings back incorrect information ( error message saying the user
has input no information).
Is there a way to change the default from submit to something else or would i just write the code differently?
I had the problem before and simply moved the image out of the form tags but it wont be possible in this case.
The code im using for the images is simply,
<input type="image" src="templates/buttons/1.gif" width=105px height=26px OnClick="functionexample()">
Thanks