[thelist] javascript form validation not firing (again)

Jay Turley jayturley at gmail.com
Wed Aug 5 19:34:51 CDT 2009


For me, this is almost ALWAYS a result of a javascript error in the
validation routine (typically a logic error like using = instead of ==)

Firebug shows an error on line 58 with your else statement.

Also, I'd pay particular attention to the input name line 47 ;-)   (even
though that's not the problem).

I think the real problem are the semicolons at the end of your else clauses.

On Wed, Aug 5, 2009 at 4:58 PM, Joel Canfield <joel at bizba6.com> wrote:

> seems like I run into this every time I edit javascript any more
> can anyone point out the childishly simple reason that I can submit this
> page w/o the validation routine firing at all?
>
>
> http://www.businessheretics.com/ck/login/welcome.asp?s=S-58D907802X8109305
>
> FireFox error console doesn't show any errors.
>
> --
> Joel at Bizba6.com
> http://BusinessHeretics.com/
> --
>
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>



More information about the thelist mailing list