fusionaire
Programmer
I have a site that uses images to let the user navigate through the site. The problem is, I have pages that contain forms on them ,so I need an "onClick" event of an image so that if they click on the "clear" button, it will actually clear the data from the page. Here is the code:
<input type="image" img src="reset.jpg" border="0" onclick="reset(?)">
<input type="image" img src="proceed.jpg" border="0">
Thanks in advance! [sig][/sig]
<input type="image" img src="reset.jpg" border="0" onclick="reset(?)">
<input type="image" img src="proceed.jpg" border="0">
Thanks in advance! [sig][/sig]