Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refresh after BACK button pressed
Message
Information générale
Forum:
Internet
Catégorie:
Active Server Page
Divers
Thread ID:
00546356
Message ID:
00546703
Vues:
19
>>Hi UTers,
>>
>>I have an ASP page which was opened with target = _BLANK. The page contains form1 on it. The submit button for form1 calls another ASP that also opens with target = _BLANK. I would like the first ASP to be refreshed when the second ASP's BACK button press results in the re-displaying of the first ASP.
>>
>Neil
>
>Two things I do to have current data on an ASP page:
>1. In the I.E. Browser choose
>Tools
>Internet Options
>Temporary Internet Files
>Settings
>Choose “Every Visit to the page"
>
>2. In the header of each ASP form:
>
>
>< %
>Response.Expires = -1
>Response.AddHeader "Pragma", "no-cache"
>Response.AddHeader "Cache-control", "no-store"
>% >
>
>Tom

Hi Tom,
Thank you for responding. I will play with your suggestions later today. Could you please take me through the 3 lines of code and tell what each does. Also could you please reccomend a good source of asp code examples and reference. One more thing. I will not have access to my users IE to set it up the way you suggested in step 1. Will this be a problem?
Neil
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform