Don
|
| Posted: 04/09/2002, 10:05 AM |
|
What is the secret to writing a variable as a session? In the form properties, I selected Session as the Input but still it is not getting written. It was working before but when I changed it from the table's field name to a variable name, it stopped and I can't get it going again. This is in VBScript.
Don
|
|
|
 |
Steve F.
|
| Posted: 04/09/2002, 1:07 PM |
|
Hi,
Are you using PHP or ASP? Something else?
|
|
|
 |
Don
|
| Posted: 04/09/2002, 1:24 PM |
|
Hi,
It's VBScript (ASP). What I finally ended up doing was on the search form on the first page was to set an Open event to:
Session("PropertyID") = Request("PropertyID")
This seems to have gotten the session started at last but I'm sure this is not the correct way to do it.
|
|
|
 |
|