[ic] Interchange, ajax and IE

Peter peter at pajamian.dhs.org
Tue Aug 9 12:30:15 UTC 2011


On 09/08/11 23:54, marco wrote:
> IE9 on w7 SCRIPT58734: Errore di sistema: -1072896658.

Google for "system error 1072896658" shows this as the first result:
http://keelypavan.blogspot.com/2006/07/system-error-1072896658-in-ie.html

> IE8 on xp: Impossibile completare l'operazione a causa di un errore
> c00ce56e.

http://forums.tizag.com/showthread.php?t=12779

Both of the above are the same, IE is complaining because you're using
an invalid charset (you probably have MV_HTTP_CHARSET set to "UTF8"
instead of "UTF-8").

> FF on OSX: Error: uncaught exception: [Exception... "Not enough
> arguments [nsIXMLHttpRequest.send]"  nsresult: "0x80570001
> (NS_ERROR_XPC_NOT_ENOUGH_ARGS)"  location: "JS frame ::
> http://omnibit.mine.nu/cgi-bin/elcat/boll/testa_mod_ajax.html?mv_arg=&cod_boll=599057
> :: loadXMLDoc :: line 46"  data: no]

send() has an optional argument which is ignored for GET or HEAD
methods.  It is possible that on this particular browser it is not quite
so optional.  Try changing xmlhttp.send(); to xmlhttp.send("");  It
should still be ignored but the added argument will allow it to pass the
sanity check of FF on OSX.


Peter



More information about the interchange-users mailing list