[jQuery] Re: Error with Ajax Submit with Form plugin in IE

2007-08-26 Thread debussy007
Hi, I finally could debug my error. It's the packed version of the validate plugin which generates me two errors. The js file which is not compressed is working fine in ie6 Thank you for your assistance malsup. malsup wrote: > > >> in IE6, a new page is opened, like the ajax is not w

[jQuery] Re: Error with Ajax Submit with Form plugin in IE

2007-08-25 Thread Mike Alsup
> in IE6, a new page is opened, like the ajax is not working. > I also noticed in IE6 that my javascript generates an error. I think you answered your own question there. You need to fix that error, whatever it is. That's why IE opens a new page when you submit. Mike