snoopy0877
10-10-2003, 09:51 PM
I have a form with 3 image button at the end:
<input name="imageField" type="image" src="images/button_previous.gif" onClick="javascript:history.go(-1);">
<input name="imageField2" type="image" src="images/button_send.gif" onClick="return CheckForm(fl);">
<input name="imageField3" type="image" src="images/button_next.gif" onClick="javascript:document.location='page2.htm';">
But It's not done when I click on the Previous and the Next button. If I use "Previuos" and "Next" by <input type=button name=Previous value=Previous onClick="javascript:history.go(-1);"> <input type=button name=Next value=Next onClick="javascript:document.location='page2.htm';"> it's will done correctly.
But I want to use image button for a this "graphic form". Can you help me? Thks
<input name="imageField" type="image" src="images/button_previous.gif" onClick="javascript:history.go(-1);">
<input name="imageField2" type="image" src="images/button_send.gif" onClick="return CheckForm(fl);">
<input name="imageField3" type="image" src="images/button_next.gif" onClick="javascript:document.location='page2.htm';">
But It's not done when I click on the Previous and the Next button. If I use "Previuos" and "Next" by <input type=button name=Previous value=Previous onClick="javascript:history.go(-1);"> <input type=button name=Next value=Next onClick="javascript:document.location='page2.htm';"> it's will done correctly.
But I want to use image button for a this "graphic form". Can you help me? Thks