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 Chris Miller 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. mremixer

    Can a timer be used to execute different javascripts?

    Alright my embarrassing script follows this is the first way I tried! <HEAD> <SCRIPT language="JavaScript"> <!-- function mytimer() { var thetime=new Date(); var secs=thetime.getSeconds(); var scriptno=" "; if (secs>=0 && secs<=14) scriptno="myscript1.js"; if (secs>=15 && secs<=29)...
  2. mremixer

    Can a timer be used to execute different javascripts?

    Hi everyone, I'm new to coding so bear with me on this please! I have 4 javascripts that I want to execute in a timed order. i.e. on pageload execute myscript1.js after 30 seconds replace myscript1.js with myscript2.js after another 30 seconds replace myscript2.js with myscript3.js again after...

Part and Inventory Search

Back
Top