Hello!
How could I assign value from a list box in client side script but using server side object Request. The fact is that I need to get value from the List box and insert it in the query string to create recordset.
For example:
<SCRIPT LANGUAGE="VBScript">
Dim intCategoryID
intCategoryID = form1.listbox.value
</SCRIPT>
So how could I assign this value using server side script? As I need it to put query string to create recordset, and to do that I need server side variable.(it cannot see client side variable in the query string.
How could I assign value from a list box in client side script but using server side object Request. The fact is that I need to get value from the List box and insert it in the query string to create recordset.
For example:
<SCRIPT LANGUAGE="VBScript">
Dim intCategoryID
intCategoryID = form1.listbox.value
</SCRIPT>
So how could I assign this value using server side script? As I need it to put query string to create recordset, and to do that I need server side variable.(it cannot see client side variable in the query string.