XMLHTTP
With ASP
//Client (To ASP and ASP .Net)
var oXMLHTTP = new ActiveXObject("Microsoft.XMLHTTP");
oXMLHTTP.open('POST', sHRef, false)
oXMLHTTP.send(sXML);
//Server
Set oXML = Server.CreateObject("MSXML.DOMDocument")
oXML.load(Request)
Using ASP that's all right, but in ASP .Net I can't request data in server side.
If anybody can help...please...
Tanks!
Fabio Ferreira Balota
Fabio Ferreira Balota
__________________
Fabio Ferreira Balota
|