dear friend, i need a program by wich i want to open several web link autometically after a short interval......eg
open google.com, then wait for 10 sec, then open yahoo.com in the same window, then wait for 10 sec, then open gmail.com, wait for 10 sec, then myspace.com, and so on.......
if you can help me then please email me (debu_bagnan@yahoo.co.in)
using setTimeout(), an array of url's and a recursive function you could easily set something like that up, but because all the links would be JS executed there isnt a browser out there that wouldn't stop those popups.
Bookmarks