I'm using Shadowbox to load a PHP tarot card game, of sorts.
Essentially you are given a selection of cards, and you can click on each card to go to a different page and view more information about the card. On the card information page there is a button with the href history.back(); return false; - which should return the user back to their random cards.
In every browser but Safari this functions correctly, however in Safari the browser goes back and then essentially refreshes the page, thus generating new random cards.
Any thoughts?