Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Using XMLHTTP to call an ISAPI-dll

0 views
Skip to first unread message

Wolfgang Auer

unread,
Sep 30, 1999, 3:00:00 AM9/30/99
to
Hi,

If have written an ISAPI extension providing various functions.
Calling functions without parameters works without any problems.

To call the function Test which has one parameter I use the following
statements.

<script>
..
var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
xmlhttp.Open("POST","http://server/MyExtension.dll?Test?Default
text=Hallo", false);
xmlhttp.Send();
...
</script>

Unfortunately this posting doesn't create any response. Using the same
URL in IE directly succeeds.
It seems that there are differences in the treatment of parameters in IE

and the XMLHTTP object?

Any suggestions?
Thanks,
Wolfgang


0 new messages