Re: Form::Validate and Internet Explorer

2006-04-03 Thread Ed Grimm
I'd personally advise against using 8-bit characters in javascript; my experience is that such is not portable. Also, I trust that you are still checking on the back end - it's relatively easy to disable javascript. To do this check without 8-bits, I believe the logic needs to be reversed - what

Form::Validate and Internet Explorer

2006-04-03 Thread Florian 'cit' Adamsky
Hello list, I've another problem! With Embperl::Form::Validate I generate a javascript and check if the e-mail address is valid. With firefox and mozilla it works very well, but the internet explorer (6.0.2) always say the e-mail address is not valid. Is the generated Javascript incompatible? Tha