Hi All,

I'm forced to submit a form via Ajax to an OLD (real old) cgi.  It
returns some CRAP for a response. For example:

<meta http-equiv="Pragma" Content="no-cache">
<meta http-equiv="Expires" Content="Tuesday, 14-Dec-1971 04:30:00 GMT">

<html>
<head>
</head>
<body bgcolor="white">

<!-- normal HTML body stuff -->

</body>
</html>

I can't make it stop spitting out the meta tags before the rest of the
html (which I can control).  Fortunately I don't need the response, I
just need to submit data to the CGI.  This all works great in FF and
Safari.  However, IE7 crashes hard. I have to kill it in the task
manager before I can do anything else. As far as I can tell w/ some
console logs that it will perform before going Tango Uniform (Tits
Up), it is crashing at processing that response.  Have any of you seen
this, and can I have jQuery completely ignore the response if I don't
need it? I have tried version 1.0.3 packed, and latest SVN not packed.
I tried using the latest form plugin, and also doing the form variable
collection ans submission manually.  I'm fresh out of ideas. I realize
that it may be the XHR object itself that's crashing and nothing to do
w/ jQuery. But I'm hoping it's fixable.

Thanks,

Paul

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to