blindbull
08-23-2002, 12:42 PM
I want to check to determine if my select list box is empty and return out the funciton if so. What happens is that when I execute the following code below I get:
document.main_form.selPackName1.0 is null or not an object. Does anyone know of a way round this?
if (document.main_form.selPackName1[0] == null)
{
return
}
document.main_form.selPackName1.0 is null or not an object. Does anyone know of a way round this?
if (document.main_form.selPackName1[0] == null)
{
return
}