I know how to make a "Back Button" using the following code:
<FORM><INPUT style="FONT-WEIGHT: bold; BACKGROUND: yellow; COLOR: red; FONT-VARIANT: normal" onclick="javascript: history.go(-1)" type="button" value="Back to Previous Page">
</FORM>
But, how can I do the same thing when I'm using a graphic image instead of an html button?
I just need to make a "back button" that takes you back to the previous page without using that page's URL. I guess that would be javascript that would do that











Bookmarks