Hi,
actually this is a HTML or javascript question, I want to have two image buttons in a from, each button functions as submit and clear respectively, I know how to code the submit button, but the clear button.
code for submit button:
<input type="image" border="0" scr="submit.gif">
Thank you!