Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

javascript newbie - question

Status
Not open for further replies.

hmstoo44dd

Programmer
Sep 27, 2002
32
US
How do I capture the response so I can either wrap the XML in HTML or redirect it? Currently the response displays in a new tab as XML.





<event activity="click">
<submit format="xml" target=" textEncoding="UTF-8"/>
</event>
 
The only thing we can find by googling is to try replacing the submit with XMLHTTPRequest/XMLHTTPResponse. So, we were going to try that this morning.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top