|
 |
asp_databases thread: Passing variables from one page to another
Message #1 by srobinson@g... on Thu, 25 Apr 2002 16:38:24
|
|
Hi All,
Does anyone know how I can acheive the following...
I need to set a variable in one page and then query that variable when the
user goes to another page.
Cheers,
Simon.
Message #2 by "CLINTON PARSLEY" <cparsley@m...> on Thu, 25 Apr 2002 09:03:32 -0700
|
|
There are many options to choose from. You could set a cookie and retrieve
it on the second page. You could use a Session variable and retrieve in the
second page. You could pass the value of the variable in a querystring and
retrieve it that way....etc etc...
hth
Clint
::I need to set a variable in one page and then query that variable
::when the user goes to another page.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
|
|
 |