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

    Source script within a source script?

    Is it possible to call a source script using <script src = "myscript.js"> and inside myscript.js, another source is being called? i.e. myscript.js contains: <script src = "myscript2.js"> Thanks
  2. mdude85

    Question about WHILE/FOR Loops

    Say I am writing a code like so: Var[0] = 0 Var[1] = 1 Var[2] = 2 And I want to output the variables with a while loop so that they are output in a document.write(Var+'<br>') but that they stop outputting depending on the number in the Var[] brackets IF the number is NOT static -- that is the...

Part and Inventory Search

Back
Top