[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-22 Thread fgubert
I found that MY problem is when im using ISA Firewall Client. If this is enabled, only IE doesnt post things. Im using apache with mod_auth_sspi and domain integrated. The combination mod_auth_sspi/integrated apache domain+jquery/forms plugin+firewall client at workstations doesnt work for me

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-22 Thread Brad Kellett
Has there been any progress on this issue? I'm having the same 1.2.6/ jquery.forms issue, and commenting out line 203 doesn't work for me. I'd really like to use the newer jQuery build, but I need the forms functionality. ~bck On Jul 7, 1:04 pm, fgubert <[EMAIL PROTECTED]> wrote: > I have a simi

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-07 Thread fgubert
I have a similar problem. I've changed my server from linux (apache2.2/php5) to a windows server (with apache2.2/php5). SAME CODE works fine on linux server at IE7/FF3, but doesnt works on windows server only at IE7. I have another server (xampp, with windows vista business) that runs ok for b

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-07 Thread Mike Alsup
> Naming conventions have always been my problem.  What types of names do you > (anyone) give these necessary parameters? One simple solution is to just add a prefix to your input names.

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-07 Thread Shelane Enos
Naming conventions have always been my problem. What types of names do you (anyone) give these necessary parameters? On 7/7/08 10:59 AM, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > >> I have set up a test page that shows this problem.  It works in FF but not >> IE. >> >> http://education.llnl.

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-07 Thread Mike Alsup
> I have set up a test page that shows this problem.  It works in FF but not > IE. > > http://education.llnl.gov/uploads/testup.lasso > > Mike, can you look into this.  If you already have, do you have an estimate > as to when this will be fixed? > > Thanks. I can't give you an estimate because t

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-07 Thread Shelane Enos
I have set up a test page that shows this problem. It works in FF but not IE. http://education.llnl.gov/uploads/testup.lasso Mike, can you look into this. If you already have, do you have an estimate as to when this will be fixed? Thanks. On 7/3/08 2:05 PM, "Shelane" <[EMAIL PROTECTED]> wro

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-03 Thread Shelane
Cute answer Mike. I use "method" as a hidden form name all the time and my code is already wrapped with that code everywhere. I'm terrible with coming up with good names for things, but I have to have some name that makes sense. What do you use? I have two key inputs that tell my processing pa

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-03 Thread Mike Alsup
I think if you avoid using poorly named form inputs, like 'action' and 'method', then you'll be fine. I'll look into why those are causing a problem in 1.2.6. Mike On Jul 3, 2:34 am, Drager <[EMAIL PROTECTED]> wrote: > I haven't a public link to post, but I'm trying with the sample i was > fou

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-03 Thread Drager
I haven't a public link to post, but I'm trying with the sample i was found here: http://www.malsup.com/jquery/form/file/ The only diference is jquery version. The error reporting in IE7 is this: Line: 24 Character: 531 Code: 0 Error Message: El objeto no acepta esta propiedad o método On 2 j

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-02 Thread Mike Alsup
On Jul 2, 8:50 am, Drager <[EMAIL PROTECTED]> wrote: > I want to upload a file using JQuery Form Plugin but I have some > troubles. > > It work ok with JQuery 1.2.3 but don't with version 1.2.6 and IE 7. In > Firefox2 it works great with both versions of JQuery. > > * jQuery Form Plugin > * versio