Hi all,
I currently have a VB program that has created an XML document with type DOMDocument. I plan to pass this document back to the asp.
My Questions
A) Do I pass the file back as XMLDocument or Object or XMLHTTPRequest?
B) How then can ASP refer to the returned object?
Anyone got any ideas. Thanks