var win = window.open(url,win,feat);
function setWinFocus(){
win.focus();
}当调用setWinFocus()时会弹出一个错误,提示没权限,高手们帮帮啊,要怎么设置打开窗口的焦点。