Anyone have a code handy that would allow you to alternate between two javascript sources with each page load? Right now I have:
<SCRIPT LANGUAGE="JavaScript" SRC="1.js">
</SCRIPT>
And
<SCRIPT LANGUAGE="JavaScript" SRC="2.js">
</SCRIPT>
I'd like to only load one, and make it 50/50 between 1.js and 2.js
<SCRIPT LANGUAGE="JavaScript" SRC="1.js">
</SCRIPT>
And
<SCRIPT LANGUAGE="JavaScript" SRC="2.js">
</SCRIPT>
I'd like to only load one, and make it 50/50 between 1.js and 2.js



BUY MY SIG - 50$/Year
Comment