Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reloading the page from the server when BACK is click br
Message
 
To
14/03/2000 13:19:04
Christian Bellavance
Université du Québec à Hull
Hull, Quebec, Canada
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00344590
Message ID:
00345492
Views:
24
Well then you may be able to come up with a scripting solution, something like:

SCRIPT LANGUAGE="VBSCRIPT"
Sub Window_onLoad
if document.referrer = "secondpage.html" then ' if 2nd page is referrer, back button was pressed
document.location = "http://myserver/repost.asp?etc"
endif
End Sub

>It does not work. I have been able to make the page refreshing itself after a defined period of time but not when the back button is press. I saw that we can make a page expires, but it did not work eighter
>
>Any idea?
Previous
Reply
Map
View

Click here to load this message in the networking platform