Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page Expiration
Message
 
To
09/05/2001 12:32:15
General information
Forum:
Visual FoxPro
Category:
FoxWeb
Title:
Miscellaneous
Thread ID:
00505351
Message ID:
00505361
Views:
24
This message has been marked as a message which has helped to the initial question of the thread.
Linda;

I use the following code at the top of my form for ASP. I do not know if this will help you at all but it is worth a try. It refreshes the data on the dispayed page to the current data and you do not view the "old data". We use only I.E. 5.0 Browsers so it may not work for "that other browser" you know, the one that does not work.

< %
Response.Expires = -1
Response.AddHeader "Pragma", "no-cache"
Response.AddHeader "Cache-control", "no-store"
% >

Tom
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform