Hi,
I tried split this string. For some reason, i keep getting an object required error pointing to the first line in the code below. Plz help!
strList1 = document.getElementById("serverSelect")
list1 = Replace(strList1, "/", "")
list1 = Replace(list1, " ", "")
I tried split this string. For some reason, i keep getting an object required error pointing to the first line in the code below. Plz help!
strList1 = document.getElementById("serverSelect")
list1 = Replace(strList1, "/", "")
list1 = Replace(list1, " ", "")