xmlPostFormViaXML (client-side)
Use this routine to post elements within the specified form element to the server as an XML document.
Definition
xmlPostFormViaXML(byRef elForm)
Parameters
elForm
A form element on the page.
Return Value
An XML DOMDocument object returned from the page specified by the ACTION attribute of the form element.
Remarks
Converts form elements to XML where each element name becomes a name attribute and each element value becomes a value attribute on child item elements of the document. These items are posted to the action page as XML and then the routine returns any response XML.
This routine is useful when posting arguments to an HTTPXML response page.
This routine is available in the include file HTTPXMLUtil.htm.