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

    SetAttribute on XML in JavaScript

    We're trying to set an XML attribute within some JavaScript code. The following only seems to work on some browsers, and even then we're not sure what makes it work/not work objXMLElem.setAttribute("XXX") = strTemp From the documentation, objXMLElem.setAttribute("XXX&quot...
  2. Cantona7

    how to multiply?

    i have to list of number and i need to multiply them and insert the result to another list- every atom in the list must be a single digit, and the numbers r in reversed order. exmple 123*456=56088 list1-3,2,1 list2 - 6,5,4 result 8,8,0,6,5 thanks
  3. Cantona7

    how to conc a unknown number of lists

    how can i cocatenation an unnown number os lists?

Part and Inventory Search

Back
Top