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 derfloh 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
Joined
Sep 27, 2002
Messages
32
Location
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.
 
Sorry, was readin gthe wrong post :P fixed my problem. Sorry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top