Hi guys, i jsut about understand all that i need to do with xml now to get a payment system going on in our asp site.
One thing i need to know is how to use ASP to send xml to another page.
I know how to do it in javascript, its something like:
var xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"
xmlHttp.open("POST", "demo_dom_http.asp", false)
xmlHttp.send(xmlDoc)
document.write(xmlHttp.responseText)
I just need to translate that in asp basically...any ideas?
Thanks
One thing i need to know is how to use ASP to send xml to another page.
I know how to do it in javascript, its something like:
var xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"
xmlHttp.open("POST", "demo_dom_http.asp", false)
xmlHttp.send(xmlDoc)
document.write(xmlHttp.responseText)
I just need to translate that in asp basically...any ideas?
Thanks