Weekly Pageviews


Anong klase mong sarili Kung Hindi masama sa loob





Tuesday, July 27, 2021

Copy random JavaScript before extinct

<script LANGUAGE="JavaScript">


<!-- This script and many more are available free online at -->

<!-- The JavaScript Source!! http://www.javascriptsource.com -->

<!-- Begin

var howMany = 3;  // max number of items listed below

var page = new Array(howMany+1);

page[0]="http://www.angelgabriel.mobi/p/wwwfbme.html";

page[1]="http://www.angelgabriel.mobi/p/wwwa.html";

page[2]="http://www.angelgabriel.mobi/p/wwwbloombergradiocom.html";

page[3]="http://www.angelgabriel.mobi/p/blog-page.html?m=1";

function rndnumber(){

var randscript = -1;

while (randscript < 0 || randscript > howMany || isNaN(randscript)){

randscript = parseInt(Math.random()*(howMany+1));

}

return randscript;

}

quo = rndnumber();

quox = page[quo];

window.location=(quox);

// End -->

</script>

No comments:

Post a Comment

Featured Post

Copy random JavaScript before extinct

<script LANGUAGE="JavaScript"> <!-- This script and many more are available free online at --> <!-- The JavaScript ...