This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

xmlhttp.send problem


I saw mention of xmlhttp in the archive so I thought it was OK to post my
question.

I have an application that passes an XML file back to my web server where it
is converted to a csv file among other things.  The code I'm using is:

var xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); 
xmlHttp.open("POST", "SubmitApp.asp", false); 
xmlHttp.send(objXML); 
alert(xmlHttp.responseText); 

When xmlHttp.send(objXML) executes, I get a message box that simply shows me
the script listing of "SubmitApp.asp".  I have checked the content of
"objXML" and it looks fine.

Any ideas?  This is happening on a develpment computer running NT and PWS.
I have installed MSXML3SP2 and it is running in replace mode.

Manny


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]