coding 'back one page' in image
Posted: Mon May 07, 2012 5:02 am
The line of code
<FORM><INPUT TYPE="button" VALUE="Return" onClick="history.go(-1);return true;"></FORM></div>
has served me well in form style, but we've been doing some updating and would like to move this code to an image. I tried
<a href="onClick="history.go(-1);return true;">
<input type="image" src="/graphic.jpg" alt="Submit button">
but there's no response on the image.
<FORM><INPUT TYPE="button" VALUE="Return" onClick="history.go(-1);return true;"></FORM></div>
has served me well in form style, but we've been doing some updating and would like to move this code to an image. I tried
<a href="onClick="history.go(-1);return true;">
<input type="image" src="/graphic.jpg" alt="Submit button">
but there's no response on the image.