Someone told me that a listbox is really an array, so when it is passed to a variable it needs brackets or something? In fact, either the querystring or the variable is not getting the value.
What needs to be fixed here?
dim CareerLevel
CareerLevel = request.querystring("selQueryLevel"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
response.write "<input type=text name='selQueryLevel' value=" & selCareerLevel & ">"
Thanks.
What needs to be fixed here?
dim CareerLevel
CareerLevel = request.querystring("selQueryLevel"
response.write "<input type=text name='selQueryLevel' value=" & selCareerLevel & ">"
Thanks.