J
Johan
Hi!
My index.html calls a .js file (getcontent.js).
<script language="JavaScript" src="getcontent.js">
</script>
I now would like it to automatically call one of my ten .js files
(1getcontent.js, 2getcontent.js and so on), instead of always calling
getcontent.js. And to do this in either a random way, or depending on for
example what hour or minute it is when the file is run.
Is this possible?
Would be glad if someone could help!
Johan
My index.html calls a .js file (getcontent.js).
<script language="JavaScript" src="getcontent.js">
</script>
I now would like it to automatically call one of my ten .js files
(1getcontent.js, 2getcontent.js and so on), instead of always calling
getcontent.js. And to do this in either a random way, or depending on for
example what hour or minute it is when the file is run.
Is this possible?
Would be glad if someone could help!
Johan