Click to See Complete Forum and Search --> : Back Button


jon
03-16-2003, 03:57 AM
Hi does anyone have the code to enable a button to go back one page, have seen it before, cannot locate it, thanks Jon

khalidali63
03-16-2003, 06:45 AM
Here you go,
<input type="button" value="Back" onclick="window.history.go(-1)"/>

I hope that helps

Khlalid