winsonlee
10-20-2005, 06:46 AM
my field name is discussion2\1 and i seems to hav problem reading the field value. i am wondering whats wrong wif it ??
if(document.myform.discussion2\1.value == "")
if(document.myform.discussion2\1.value == "")
|
Click to See Complete Forum and Search --> : Problem reading field winsonlee 10-20-2005, 06:46 AM my field name is discussion2\1 and i seems to hav problem reading the field value. i am wondering whats wrong wif it ?? if(document.myform.discussion2\1.value == "") ava 10-20-2005, 06:57 AM Change it into: if(document.myform['discussion2\\1'].value == "") webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |