Hi,
I solved that problem. The solution is to use
var objXH = new ActiveXObject("MSXML2.XMLHTTP.5.0");
instead of
var objXH = new ActiveXObject("MSXML2.XMLHTTP.3.0");
Chris
"Chris" <chorder[ at ]no-spam.init-ka.de> schrieb im Newsbeitrag news:%23$GdfqbqGHA.4760[ at ]TK2MSFTNGP03.phx.gbl...
[Quoted Text] > > > Hello, > > in my fully-trusted form I send the xml of my form > via post to a webserver. BEFORE I certified the > form this works fine. But now, when I am sending > the form, the errormsg of my xmlhttp-object is > "Permission denied". > Can someone help me whats going wrong ? > > > > Thanks in advance, > Chris > >
|