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 gkittelson 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. 12938172

    Cannot include multiple JS files

    I think the reason why I cannot include the JS files is because both have onload functions. window.onload = function() { myfunct(); }
  2. 12938172

    Cannot include multiple JS files

    Hi Guys, I am trying to include 2 javascript files into one of my webpages. The problem is only 1 of the 2 scripts will work. See code below: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <head> <link rel="stylesheet" type="text/css"...
  3. 12938172

    if (document.implementation &amp;&amp; document.implementation.createDocument)

    Hi Guys, What is the meaning of the following code and what does it do: if (document.implementation && document.implementation.createDocument) Thanks
  4. 12938172

    SQL tables help

    Hey guys, I am working on my table structure and am alittle stuck on what to do. The user has the ability to reg himself, and if he doesnt then his details wont be saved but his transaction will. Now, when I store the transactions for regged and unregged users should I store them in different...

Part and Inventory Search

Back
Top