|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Session Woes-Expert Challenge |
From: |
Pete |
Date: |
2/24/1999 4:45:22 AM |
IP: |
193.133.140.50 |
I know why its not working?
The session varibles are set server side as the script is compiled, you can not do this on the client side as you are trying to.
As the server compiles each part of the script it works it's way through all three of your session variable statement and the last value set to Session("ReportType") is ATRSB, that why you keep getting the same answer.
So what you think should look like this :
onclick="<%session("ReportType")="XYZ"%>"
really looks like this :
onclick=""
Maybe you should use cookies instead or Javascript and store the varibles in an unseen third frame?
Pete |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|