mona02 Posted March 13, 2009 Share Posted March 13, 2009 Hi friends I am using iframe and i have one menubar on the top of my page now when i select option from menubar it opens that page in iframe using ajax and now i wan't that when user clicks on back link it should go to the previous loaded page in the i frame . i m using window.history.back() it is working fine in I.E but in mozilla it is not how can correct this error so that it work fine and one more question how to use two different css for I.E and mozilla.I also use javascript:history.go(-1) but it also not working thanks in advance Quote Link to comment Share on other sites More sharing options...
darkfreaks Posted March 13, 2009 Share Posted March 13, 2009 You probably need to return false at the end of the click event handler, or use history.back() instead. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.