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!

Search results for query: *

  1. mterrey

    Appending XML containing HTML to a page.

    Thanks for your help everyone, in the end I decided to send HTML back as responseText instead of responseXML and just assign it to the innerHTML as suggested. There was no real advantage in me using XML for this anyway. Thanks again!
  2. mterrey

    Appending XML containing HTML to a page.

    Thanks for the suggestion theniteowl... If I understand you correctly are you saying do something like this? var oNewNode = theXML.getElementsByTagName('xmldata')[0]; timesheetbody.innerHTML=oNewNode; Unfortunately that returns: [object Element] - as the node is an XML element.
  3. mterrey

    Appending XML containing HTML to a page.

    Hi, I have started using xmlhttprequests and post data to a server side program that then generates XML and sends it back to the page. The XML is actually something like this: <xmldata> <tbody> <tr id="row1" onClick="rowSelect(1,'0x000eac01');"> <td id="row1cell1"...

Part and Inventory Search

Back
Top