|
Hi,
Does some one know how to make a script that go backwards in the history but that stay in the site? (example: some one search for your site in google, you click to “back” and it goes back to the main index of your site)
Backwards javascript:
function retroceder1() {window.onmousedown = history.go(-1);}
I guess it’s wit “if” or something, but I’m having problems making it.
thnx
Last edited by eSeTe : 01-12-2006 at 09:35 AM.
|