|
ECS-L Home Automation and Security Archives |
learn more
| view messages for this
month | NetBloc® | terms of use | search
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects
Subject: From: Date: | Re: [ECS] APPLET re-load ??? Scott Reston Wed, 01 Mar 2000 11:08:47 -0500 |
there are a couple of tricks you can try to keep a page from caching. they don't always
do the trick, but it's worth a try....
put this in between the <head></head> tags for a page and it (theoretically) shouldn't
cache.
<META HTTP-EQUIV="Expires" content="0">
<META HTTP-EQUIV="Pragma" content="no-cache">
<META HTTP-EQUIV="Cache-Control" content="no-cache">
scott reston
ih8gates@concentric.net
http://www.indelible-blue.com/meetib/scott/
On Tue, 29 Feb 2000 20:25:00 -0500, Mark Gilmore wrote:
>Can anyone tell me how to FORCE IE4 OR NS to rerun
>a web-page containing an applet. Reload does NOT work
>for either. I have to completely exit the browser and
>re-start it.
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects