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)...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.