Needing to refresh pages after posting

P

Peter

This newsgroup is great for information and I appreciate everyone's help.


I have another question which shouldn't be too difficult.


If I make a change to a site (i.e. add text or graphics), open Explorer,
and view the pages, they display the previous information. Obviously the
pages are being loaded from my 'temporary internet file' directory.

Once I hit refresh, the the information is changed.


Do I need to have a command in my code to tell Explorer to reload the file
and not load it from a person's 'temporary internet folder' to avoid a
person viewing my site to see the provided updates?


Thanks in advance!
 
L

L Covey

Peter said:
This newsgroup is great for information and I appreciate everyone's help.


I have another question which shouldn't be too difficult.


If I make a change to a site (i.e. add text or graphics), open Explorer,
and view the pages, they display the previous information. Obviously the
pages are being loaded from my 'temporary internet file' directory.

Once I hit refresh, the the information is changed.


Do I need to have a command in my code to tell Explorer to reload the file
and not load it from a person's 'temporary internet folder' to avoid a
person viewing my site to see the provided updates?


Thanks in advance!

In my experience, they will see the updates. It is you who viewed your
browser, then edited your site, then returned to the same browser page
that needed to be refreshed.

Not to worry.

LC
 
K

KatWoman

when you are designing
set your browser options to get a new page each visit
in IE this is under options
general tab
temporary files >settings
choose get a new page EACH time
 
Top