Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

passing list boxes from html to asp

Status
Not open for further replies.

frogggg

Programmer
Jan 17, 2002
182
US
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")
response.write &quot;<input type=text name='selQueryLevel' value=&quot; & selCareerLevel & &quot;>&quot;

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top