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

    text input generation via Javascript / DOM

    (I hope this is enough info!) function LoadXML(){ var xmlord= new ActiveXObject("Microsoft.XMLDOM") xmlord.async = "false"; xmlord.load('http://myserver/xml/'+myfrom.refid.value+'.xml'); if(xmlord.parseError.errorCode != 0){ window.alert("No such...

Part and Inventory Search

Back
Top