PDA

View Full Version : getting an XML response from child page?


tttony
03-27-2001, 08:37 AM
Hi all,

The middle tier object (servlet) is passed an XML string via a hidden field called xml...

after his work is completed, he returns an XML formatted response with the outcome of his action(s)....

How does my web page get this information???

here is the calling line....

document.forms[0].action = "http://63.148.235.99/gateway/Provisioning?uid=<%=user%>&returnreceipt=" + document.test.email;


Anyone have a nugget of information on this procedure???

thanks
tony