Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh after BACK button pressed
Message
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00546356
Message ID:
00546412
Views:
14
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform