Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh after BACK button pressed
Message
From
20/08/2001 15:11:49
 
 
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00546356
Message ID:
00546388
Views:
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

I think you can put code on the BeforeNavigate2 event on the second page, identify if the back button has been pressed, stop the normal processing there and refresh the target window with the new page. But this has to be done on the client side.

You can find more detailed info on this MSDN article : http://www.microsoft.com/msj/defaultframe.asp?page=/msj/0698/browser.htm&nav=/msj/0698/newnav.htm

HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform