window.open,自动打开新窗口并且自动关闭新窗口,可以作为增加点击率使用




 New Document 











 

newwin=window.open('http://heisetoufa.ggblog.com');//打开一个新的窗口
 setTimeout("co();",7000);//设置7秒后关闭新窗口
}
function co()
{
 newwin.close();//关闭新窗口
 setTimeout("op();",1000);//过1秒再次打开新窗口
}

 

黑色头发  http://heisetoufa.iteye.com

 

你可能感兴趣的:(javaScript)