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 TouchToneTommy 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: *

  • Users: meadensitz
  • Content: Threads
  • Order by date
  1. 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