Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

RE: Web Cam

by juahonen (Novice)
on Jan 21, 2000 at 18:36 UTC ( [id://2301]=note: print w/replies, xml ) Need Help??


in reply to Web Cam

Some browsers refuse to reload images from the server even if they reload the HTML document. Adding a meta http-equiv=pragma content=no-cache will cause compatible browsers not to cache the page contents so they will always reload the image.

Replies are listed 'Best First'.
RE: Web Cam
by Kozz (Friar) on Mar 26, 2000 at 23:38 UTC
    I've found that you can also use the HTTP-EQUIV="expires" CONTENT="0" META tag to prevent caching. I know this isn't directly related to perl, but if you want, check out my pop-up webcam at http://www.angelanthony.com and examine the javascript code in that page. It appends a "?seconds since epoch" to the end of the IMG SRC in yet another attempt to prevent cacheing. ;)
RE: RE: Web Cam
by IndyZ (Friar) on Jan 25, 2000 at 08:49 UTC
    Well thank you. My html has always been a little rough around the edges, but I should have picked up on that. Thanks again. =IndyZ

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://2301]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (9)
As of 2024-04-23 10:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found