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. Link to comment https://forums.phpfreaks.com/topic/126240-setinterval-in-internet-explorer/ 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> Link to comment https://forums.phpfreaks.com/topic/126240-setinterval-in-internet-explorer/#findComment-657746 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.