[Xsltforms-support] [PATCH] Prefer XHR over ActiveX so IE7 works even wih higer security restrictio
Brought to you by:
alain-couthures
From: Kostis A. <ank...@gm...> - 2010-04-21 09:20:21
|
Hi, Acording to [1] from IE-7 and later, they support XHR object and it is prefferable to use it instead of the ActiveX equivalent. My problem was that we had browsers configured within stricter security zones, and they had ActiveX disabled. Also i followed the advise on [1] about the ActiveX string-label to use when getting the XHR, and modified code to fetch the latest XHR version. Patch against rev396: http://pastebin.com/4argGeuj Regards, Kostis [1] http://en.wikipedia.org/wiki/XMLHttpRequest#Support_in_Internet_Explorer_versions_5.2C_5.5_and_6 |