| |
SABmore
Posts: 1
Score: 0
Joined: 9/29/2004
From:
Status: offline
|
I currently have a dynamically populated listbox (an ASP page) that allows for multiple selections: <select size="7" name="init" multiple> <option value=<%=objRS(0)%>> <%=objRS(1)%> </option> </select> Where postion (0) is a number and position (1) is text. I need to be able to pass all of the selected variables to a .vbs page, but am having difficulty determining what the user has selected. I'm sure the use of an array as well as the selected index is needed, but this is the part that I can't figure out. The page the values are passed to will assign variables such as: objInit = ieObj.document.answers.init(0).Value Any help/guidance you can provide is greatly appreciated!
|
|