|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|