RE: [DQSD-Users] Parser limitation on fields with digit names?

2004-01-12 Thread Kim Gräsman
Hi Tom, Yeah, JavaScript, like many other languages, doesn't allow variable/type names beginning with a digit. I'm no JS-head, but I think you can use getElementByName instead; document.mysearchf.getElementByName(0).value = value; But I'd try a jsref search on that to be sure :) Hope

Re: [DQSD-Users] Parser limitation on fields with digit names?

2004-01-12 Thread Glenn Carr
:12 PM Subject: RE: [DQSD-Users] Parser limitation on fields with digit names? Hi Tom, Yeah, JavaScript, like many other languages, doesn't allow variable/type names beginning with a digit. I'm no JS-head, but I think you can use getElementByName instead; document.mysearchf.getElementByName