var inval=0;
function openNewPage(url){
if(inval>5){
var newWin=window.open(url,"newwindow");
newWin.blur();
self.focus();
}
else{
var scall="openNewPage('"+url+"')";
setTimeout(scall,1000);
inval++;
}
}
posted on
2010-12-15 11:38绿水青山
阅读(1040)
评论(0)
编辑收藏举报