|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
browsers "Back" button (retaining a value) |
From: |
Phil Erlewine |
Date: |
4/8/2000 7:01:36 PM |
IP: |
208.25.98.8 |
Is there an ASP (or Javascript) to append a variable to the browsers "Back" button such that it gets passed back to the previous page? (Im afraid there isnt but am hoping there is...)
Example:
Suppose I establish a value... say, name=model value=chevy... on a given page.
Then I want to be able to receive this via:
<%=request("model") %>
on the previous page when the viewer hits the standard browser "Back" button. Can I "keep" this variable? (I realize that I can pass it through a clicked on link like this: <a href=somefile.asp?model=<%=("model") %>>asdf</a>
but I want to keep it via the Back button?
Am I making sense to somebody?
Can I do this?
Help is appreciated.
thanks,
Phil E.
|
|
|
|
|
|
|
|
|
|
|
|
|