Permission denied

C

Chris

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
 
C

Chris

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top