
August 14th, 2003, 04:05 PM
|
|
Registered User
|
|
Join Date: Aug 2003
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Multiple combo box
I have an HTA that I'm creating, and I have a combo box that I'm going to dynamically create that will contain groups a user could be added into (ADSI). What I would like to do is have the user select multiple values from the combo box and then add the user specified to the groups selected. However, I'm having a hard time figuring out how to manipulate the data contained within the variable.
Please keep in mind that I'm working with VBscript, not JScript as I don't know JScript.
I'm assuming that the variable type is an array, but I can't seem to extract the value properly. If I msgbox the variable, like MSGBOX (VARIABLE.VALUE), I just get the first selection within the combo box selected, and nothing else.
Thanks,
Chris Lynch
|