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 Chris Miller 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. meadensitz

    How do I write XML strings in Javascript?

    Ok, the CDATA suggestion worked. And I haven't tried the external .js suggestion yet. This is going to be a larger application, so I'll have to externalize my .js files in the future. Thanks for the feedback.
  2. meadensitz

    How do I write XML strings in Javascript?

    <script type="text/javascript" > function testMe() { var xmld = "<account type='asset' id='create' name='modified expeses' counterWeight='debit' />"; var xmld1 = encodeURI(xmld); var xmld2 = encodeURIComponent(xmld); var xmld3 = escape(xmld); abc = "<abc />"...

Part and Inventory Search

Back
Top