| |
BlurBaby21
Posts: 2
Score: 0
Joined: 6/2/2001
From: Singapore
Status: offline
|
Anyone out there, Can help? In my asp page: i have a select object as follow: <select id = select1 name = select1 ...> <option>option1</option> <option>option2</option> <option>option3</option> </select> There is a button to be pressed after the select. However, my problem is how do i extract the chosen value and store the chosen value inside a session? <%session("choice")= ???? %>
|
|