RE: JavaScript Validation in ColdFusion

2009-02-20 Thread William Seiter
will only be 'false' if the left was not successfully set to the value on the right. To check equality use the 2 equal signs. == William -Original Message- From: Priya Koya [mailto:priya23...@gmail.com] Sent: Thursday, February 19, 2009 10:40 PM To: cf-talk Subject: JavaScript Validation

Re: JavaScript Validation in ColdFusion

2009-02-20 Thread Claude Schneegans
should be: if (document.form1.text_id.disabled == true) Or more simply: if (document.form1.text_id.disabled) ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

JavaScript Validation in ColdFusion

2009-02-19 Thread Priya Koya
Hi all, I have an issue Have a form and have the three raio buttons and I grouped it. Need to select one option and depending on the option need to fill texboxes. I am able to select the radio button and produce the error message. I am trying to disable and enable textboxes and