
April 4th, 2005, 11:28 PM
|
|
Registered User
|
|
Join Date: Apr 2005
Posts: 1
Time spent in forums: 12 m 37 sec
Reputation Power: 0
|
|
|
Session variable problems
I have made a drop down menu on my web page and contents of that menu are loaded from Access database. Now when i select something in the menu i need it to appear on the next page.
Here is how i declared a session variable:
session("sesitem") = request.form("saleitem")
If i change request.form("saleitem") to "test" then i can see test on th next page.
What do i do wrong.
I also attached the whole code from my page. Please take a look.
Thanks in advanced.
|