Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var links = ['insert-script.blogspot.com'], i = 0, win = 0, left = 500;
- function openWindows(linksArr) {
- setTimeout(function() {
- win = open( 'http://' + linksArr[i++], 'test', 'width=320,height=300,left=' + left + '' );
- win.opener = null;
- left += 500;
- if ( i !== linksArr.length )
- openWindows(linksArr);
- }, 5000);
- }
- openWindows(links);
Add Comment
Please, Sign In to add comment