TeddyKiller Posted March 29, 2010 Share Posted March 29, 2010 Is this possible? If so, how is it done? I have a JQuery method, and for some reason it doesn't work for some people, so I'd like to try another method. Thanks Quote Link to comment Share on other sites More sharing options...
andrewgauger Posted March 29, 2010 Share Posted March 29, 2010 Why don't you change page.php as: <meta http-equiv="refresh" content="1;url=page.php"> Quote Link to comment Share on other sites More sharing options...
TeddyKiller Posted March 29, 2010 Author Share Posted March 29, 2010 It has to refresh 1 single div you see. Quote Link to comment Share on other sites More sharing options...
andrewgauger Posted March 29, 2010 Share Posted March 29, 2010 sorry i was thinking of iframe. You can use innerHTML of the div Quote Link to comment Share on other sites More sharing options...
Adam Posted March 30, 2010 Share Posted March 30, 2010 You'd be best off finding out why it doesn't work for certain people (i.e. which browser they are using) and patching what you have. While jQuery claims to be cross-browser (including IE6) I have found bugs in IE6, unfortunately though can't think what they were off the top of my head. jQuery should be more than capable of achieving this though.. 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.