JustWondering
Technical User
Hi,
Please help me with thsi easy one, I forgot the systax:
I page, I want to set the session var = value of a drop down box.
Then I want to set the text box of the next page euqals to this session var.
I try something like:
Session("Val"
=Request("DDBox"
(DDBox is the name of my drop down box)
In the next page, I try:
<input name="text1" value="Response.Write(Session("Val"
)">
But I value didn't show in this text box.
Thanks
Please help me with thsi easy one, I forgot the systax:
I page, I want to set the session var = value of a drop down box.
Then I want to set the text box of the next page euqals to this session var.
I try something like:
Session("Val"
In the next page, I try:
<input name="text1" value="Response.Write(Session("Val"
But I value didn't show in this text box.
Thanks