Hi all,
I have this script that I found online 6 or 7 years ago. I was wondering if anyone here might be able to make it rotate sequentially? Seems to be totally random right now. Alternately perhaps someone could suggest another non commercial ad free rotator?
______________________________________________________________
<script language="">
var currentdate = 0
var speed = 0;
link = new Array(3)
link[0] = 'http://google.com'
link[1] = 'http://yahoo.com'
link[2] = 'http://bleepingcomputer.com'
window.setTimeout("reload()", speed);
function reload()
{
currentdate = new Date();
adcore = Math.floor(((currentdate.getSeconds())/60)
*link.length);
window.location = link[adcore];
}
//-->
</script>
___________________________________________________________
Thank you for your time,
Claude
I have this script that I found online 6 or 7 years ago. I was wondering if anyone here might be able to make it rotate sequentially? Seems to be totally random right now. Alternately perhaps someone could suggest another non commercial ad free rotator?
______________________________________________________________
<script language="">
var currentdate = 0
var speed = 0;
link = new Array(3)
link[0] = 'http://google.com'
link[1] = 'http://yahoo.com'
link[2] = 'http://bleepingcomputer.com'
window.setTimeout("reload()", speed);
function reload()
{
currentdate = new Date();
adcore = Math.floor(((currentdate.getSeconds())/60)
*link.length);
window.location = link[adcore];
}
//-->
</script>
___________________________________________________________
Thank you for your time,
Claude
This post has been edited by myeasybucks: 10 January 2010 - 11:22 AM

Help
Welcome to BleepingComputer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.


Back to top









