![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveXMLHttpRequest post hangs on Firefox / Mozilla
From: Jim Lawton <usenet1@jimlawton.TAKEOUTinfo>
Date: Wed Nov 30 2005 - 13:45:16 CET
Hello, the following bit of (stripped down) code works fine in IE, but on Gecko
it just hangs on the xmlhttpOpen
// IE object - works fine
var xmlhttp =new XMLHttpRequest();
xmlhttp.setRequestHeader("Content-Type","application/x-www-form-urlencoded");
xmlhttp.send("data");
I'd be grateful for any ideas.
Cheers
-- Jim a Yorkshire polymothReceived on Sat Dec 3 04:33:26 2005 |