View Single Post
05-09-2007, 09:41 PM
#1
chaka42 is offline chaka42
Status: Senior Member
Join date: Apr 2005
Location: Middle America
Expertise:
Software:
 
Posts: 955
iTrader: 5 / 100%
 

chaka42 is an unknown quantity at this point

Send a message via AIM to chaka42 Send a message via MSN to chaka42 Send a message via Skype™ to chaka42

  Old  Back button in Firefox

I'm sure most of you are aware of Firefox's quirk with the back button. Not the one on the browser, but regular anchor on a page that goes back 1 page when clicked on.

I'm using the simple
Code:
onClick="history.go(-1)"
but want know if anybody knows of a fix for Firefox on Mac. It goes back one page, but, after a second or so, returns to initial page with the back button.

Any help would be greatly appreciated. And yes, Javascript is enabled.

Thanks.