Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Page Expiration
Message
 
À
09/05/2001 12:32:15
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxWeb
Titre:
Divers
Thread ID:
00505351
Message ID:
00505361
Vues:
25
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform