RE: Dots in form names creates problems with Javascript Validator function names

2004-09-01 Thread Amit Kumar Sharma
access the elements and forms as objects not as names.Do some minor changes to the validator java scripts formed. Regards Amit -Original Message- From: Kunal Parikh [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 10:30 AM To: [EMAIL PROTECTED] Subject: Dots in form names create

Re: Dots in form names creates problems with Javascript Validator function names

2004-08-31 Thread Richard Yee
I believe that a period is not allowed in an identifier. You should pick another name for your form. -Richard At 09:59 PM 8/31/2004, you wrote: Hi! I have some forms with dots in their names. The problem is that the JS validation code being generated is not quite right Is there a resolution/work-

Dots in form names creates problems with Javascript Validator function names

2004-08-31 Thread Kunal Parikh
Hi! I have some forms with dots in their names. The problem is that the JS validation code being generated is not quite right Is there a resolution/work-around to this issue ? e.g. FormName: employer.search JS generated: = function employer.search_required () { ...