Hi there,
I got a simple list box on an ASP page. I tried to select multiple items
and use the item values to do something.
I was able to get the item values. However, I got the following error from
IE's Error on page. I have attached my VBScript below. Any idea why?
<SCRIPT language ="vbscript">
sub Launch_OnClick
dim i
For i = 0 To document.Myform.Mylist.size
msgbox document.Myform.MyList.item(i).value
Next
End Sub
ERROR
Line: 98
Char: 8
Error: Object required: 'document.Myform.Mylist.item(...)'
Code: 0
URL: .....