xmlhttprequest

admin

Administrator
Staff member
Hello,I have an interesting situation that I believe xmlhttprequest should be ableto handle. I have a xml servlet that receives and responds with xml. Iwant to create a visual basic application that will send an xml string tothe servlet using xmlhttprequest. Every example I have seen shows the .openmethod sending to a url that is a .asp file. Is there a way around this?Can I just use the address of my servlet?Thanks for any help.Chris
 
Back
Top