Forum Moderators: open
At that point hitting the Back button takes you back to page B, as you'd expect, if you're using IE.
But in Mac Safari, you go back to Page A. (Or, if you'd started at Page B by typing its URL directly into a new browser window, then you don't get a Back button at all.)
I'm surprised that I couldn't find anything about this problem in Google. Even if there's a workaround, surely others must have discussed it before. Or maybe I'm doing something unique and others don't run into this problem?
Here's my code:
<A HREF="/biketrip/" onmouseover="window.location='../biketrip/'; return false"><IMG SRC="thumbnails/biketrip-cow.jpg"></A>
Yeah, I know navigating with onmouseover is poor design -- if it makes you feel better pretend it was called by a form. :)
Thanks for any help you can provide.