Frontpage hyperlink back

T

Tito

After I hyperlink to a page, I would like to hyperlink
back to the page I came from, without worrying about what
page I came from. I appreciate the frontpage code for
this process.
 
P

Paul St. George

Try this Go Back button.

<P><HR>
<FORM>
<INPUT TYPE="button" VALUE="Go Back"
onClick='history.go(-1)'>
</FORM>
 
Top