|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: The Back Browser button in IE |
From: |
ann |
Date: |
8/11/1999 4:40:12 PM |
IP: |
134.205.91.190 |
a coworker answered my question...
you would not use ASP at all (of course!) but script accessing the history object...
<SCRIPT LANGUAGE=vbscript>
<!--
Sub GoBack
history.back()
End Sub
-->
</SCRIPT>
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|