
March 28th, 2000, 09:10 AM
|
|
Contributing User
|
|
Join Date: Oct 1999
Location: Helden,Limburg,The Netherlands
Posts: 33
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
|
Hi,
If it is not the start page of your site you can use some header info to make the browser load the document every time.
You can use the current time in miliseconds from 1970 for instance. Since this makes a different URL every milisecond the browser does not take the document out of the cache.
It looks a little like this:
DocumentURL?time=123456
The problem is that when someone enters the page from a bookmark or search engine, the document can still come from the cache. And it is not useful to do this when the document is the starting page. Although you could use some meta refresh function to accomplish the same thing. Anyhow you get the idea!
Greetz,
Ramon
------------------
Ramon Litjens
Boradoli Web Design
(www.boradoli.nl)
|