nj Posted September 29, 2008 Share Posted September 29, 2008 Hi guys, I have this problem with setInterval and internet explorer, Am using Ajax to request data from the DB and display it on div in the clients page. This process is repeated every one minute using the setInterval function. My code works well in all other browsers except internet explorer, can someone help me work this around in internet explorer. javascript:void(0); I did not include my code coz its kind of long. Quote Link to comment Share on other sites More sharing options...
shamuntoha Posted October 5, 2008 Share Posted October 5, 2008 First test if those two following working for your browsers. You need to follow the HTML and JAvascript standards for getElementById javascript: document.getElementById("s1").innerHTML="Overwrite IE,FF,Opera"; html: <div id="s1">Ready</div> 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.