In my experience, problems of "Works in FF but silently fails in IE" are almost always extra commas at the end of objects -- {a: 1, b:2, } sorts of things.
> On Thu, Sep 11, 2008 at 5:04 PM, Andy Matthews <[EMAIL PROTECTED]> > wrote: > > A coworker is trying to use this combination of codes to get a basic > > validation working for a form he's building. It works just fine in > > FF2, but does nothing in IE6, with no errors. > > > Does anyone know of any reason why this shouldn't work? > > > ____________________________________