HTML Tutorial


 /help/HTML Help Forum   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Javascript Image refresh crushes Browsers (CR,FF)
Post new topic   Reply to topic    HTML Help Forum -> Javascript
View previous topic :: View next topic  
Author Message
kozalp



Joined: 26 Oct 2009
Posts: 2

PostPosted: Mon Oct 26, 2009 4:59 am     Javascript Image refresh crushes Browsers (CR,FF) Reply with quote

Lets say I have a webcam image refreshed every 10seconds,

the Javascript code to refresh is,

Code:

function reloadGraphs(){
now = new Date()
now.getTime()
graph_end=Math.ceil(now/1000)
document.getElementById("imageID").src = 'http://10.160.0.15/cacti/graph_image.php?graph_end='+ graph_end
}


and I have this code to refresh
Code:
<script type="text/javascript">setInterval("reloadGraphs()", 10000)</script>


My problem is I want to leave this on a screen to refresh itself all the time but it seems the images downloaded are stored in memory for every browser.

IE: Memory usage increases quite a lot - 300mb after an hour (with 8 images to refresh).
CR: Chrome just crushes - no errors or anything, the chrome just vapors from statusbar and when you try to open it again it I see the apologies saying Chrome has crushed.(observed the memory leak on taskmgr)
FF: That is the most funny one - The images on the page disappear - The icons on FF disappears - when I open a new tab and browse to Google.com, no images displayed either


Any ideas to destroy the previous images?
kozalp



Joined: 26 Oct 2009
Posts: 2

PostPosted: Thu Nov 05, 2009 11:53 pm     Reply with quote

WTF?
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum -> Javascript All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial