Is there a reason why a submit button would fail in ie6 using jquery?
        Posted  
        
            by kgrad
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kgrad
        
        
        
        Published on 2010-03-23T18:12:19Z
        Indexed on 
            2010/03/23
            18:13 UTC
        
        
        Read the original article
        Hit count: 409
        
I have a form being submit to a servlet, there is a jQuery Datepicker on the page. On some computers using ie6, for some reason the page is crashing on submit. I am getting a 404 error, but only sometimes. I have no idea why this would occur. My theory is that somehow it's bypassing the servlet, or its not loading jquery properly, or... I am at a loss.
What are some reasons why this could occur on some computers? The exact version of ie6 is 6.0.2900.2180, on windows XP SP2. How can I test with this specific version?
© Stack Overflow or respective owner