Help With Small Script
Right now I have a script that replaces i with a number.
It runs from whatever numbers I enter example it can run from 1 - 100.
I need the script to slow down though and not fly through all the numbers in like 10 seconds. I need to bascailly control the speed.
Here is my script.
var i=76563374
{
i=76563374
while (i<=76568374)
{
window.open("http://site.com?id="+ i +"",'mywindow','width=800,height=600,resizable=yes ,location=yes')
i=i+1
}
}
Again I'm not sure what I can ad in to control the speed of the numbers from going to fast.
Free List Builder - Free Safelist
Free List Builder - Free Safelist