[thelist] javascript split confusion

Joel D Canfield joel at spinhead.com
Thu Nov 18 18:46:44 CST 2004


Maybe I've been looking at this too long. Why does the 4th line return
the error 'doesn't support this method' ? EmpList.value looks fine when
alerted (it's just three names, separated by semicolons, no whitespace)

	var f = self.opener.document.MissingInfo.hEEMI21.value;
	EmpList.value = f;
	alert(EmpList.value);
	a=EmpList.split(";")
	alert(a[0]);

Thanks ever so much

joel


More information about the thelist mailing list