• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need a script that should be pretty easy

sparkle

Senior member
Ok, I need a script that would refresh an image on a page, for a web cam. I am currently using a META command, and it works, but refreshes the whole page.

You can see my page here if you want a better understanding of what I mean, give it 45s to refresh.

Thanks alot. And as an added bonus, I will link your page in return!
 
The only thing I can think of is using inline frames, but only IE4 and later and Netscape 6 (which sucks) supports them. Bascially, you could insert a frame where you want on your page with the webcam image and have a meta tag to just refresh that. The more I think of it though it sounds like a pia. I'm sure there must be a javascript or something to do this easier, not sure where to find one though.
 
Yeah, I only found one javascript, but could not get it to work properly. I just need to know how all these sites w/cams do it. Thanks though!
 
Sparkle,

Have you gone to one of the webcam sites that you know works, and just view source? Borrow the code.
 
Back
Top