Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I created a website using 5 iframes. In one of those iframes, there is a back button that uses simple javascript. <a href="javascript:history.back()">&laquo; Go back</a>

Everything seems to work fine with IE but when I test my website in Safari this Back button acts like it is using window.history.go(-1).

Any ideas to fix this issue? I also tried javascript: self.history.go(-1) but had no luck.

Thank you in advance for your help.

share|improve this question
It seems like there's no browsing history for safari when I open the page in a seperate iframe. – bobo May 9 '11 at 14:44

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.