You can use one session or passing the value in the URL.<br>
<br>
Example:<br>
session("mylistbox") = request("NAME OF YOUR LIST")<br>
Myvar = session("mylistbox")<br>
<br>
or<br>
<br>
or you could do the following<br><br>aaa.asp<br><FORM name="form1" method="bbb.asp"><br><SELECT name="listbox"><br>--<br>--<br>--<br></SELECT><br>A submit button<br></FORM><br><br><br><br>bbb.asp<br>listbox_Value = request.form("listbox"<br><br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.