russellcox
Programmer
Hi All,
I'm new to XML. I hoping to build a members portal and there are a few features which need to talk to the remote server using the XML HTTP POST method. Take my below code extract:-
//
<form method="POST" action="<textarea name="requestxml">
<EnableCustomer>
<Customer>
<ID>273490</ID>
</Customer>
<Authentication>
<Username>myusername</Username>
<Password>mypassword</Password>
</Authentication>
</EnableCustomer>
</textarea>
<input type="submit" value="Submit" />
</form>
This form works perfectly however the response is a page on the remote server? I'm looking to display the response somewhere on my page. Does this make sense?
Any ideas how I can get the response to display in my page?
Thanks
Russ
I'm new to XML. I hoping to build a members portal and there are a few features which need to talk to the remote server using the XML HTTP POST method. Take my below code extract:-
//
<form method="POST" action="<textarea name="requestxml">
<EnableCustomer>
<Customer>
<ID>273490</ID>
</Customer>
<Authentication>
<Username>myusername</Username>
<Password>mypassword</Password>
</Authentication>
</EnableCustomer>
</textarea>
<input type="submit" value="Submit" />
</form>
This form works perfectly however the response is a page on the remote server? I'm looking to display the response somewhere on my page. Does this make sense?
Any ideas how I can get the response to display in my page?
Thanks
Russ