CatManDave
MIS
I have a multi-select drop down text box that contains location IDs. I would like to extract the selections made and populate an array with them using VBScript. For example the drop down text box values selected are "1,3,5" after I have gathered the data with the statement -
locID = request.form("loctxt"
.
I have not been able to find any information on how to do this in MSDN or my personal library.
Is there a standard way, or will I have to wing it?
Thanks in advance,
Dave
locID = request.form("loctxt"
I have not been able to find any information on how to do this in MSDN or my personal library.
Is there a standard way, or will I have to wing it?
Thanks in advance,
Dave