html back button

Status
Not open for further replies.

eektech909

Beta member
Messages
4
hi.

i have an html back button. it works fine on all the pc's i try it on but on mac os x it only works sometimes. its sort of random. does anyone know why?
 
its an image. i use

href="#" onClick="history.go(-1)"

it works fine in ie and firefox on a pc
i tried ie and safari on the mac and it's goofy in both
 
That should work perfectly....

Try using the history.back() instead if you're only wanting to go back one page.

The only other thing I would check is to make sure that javascript is allowed in the browsers on the mac.
 
Status
Not open for further replies.
Back
Top Bottom