关于OPEN的求教
function opend(url) {
var newwin=window.open(url,\"NewWin\",\"toolbar=yes,resizable=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,top=350,left=350,width=350,height=350\");
return false;
}
为什么我这里设置了有工具栏 滚动条 等等 而跳出的窗口确什么也没有为什么啊
我的调用方式
<a href="#" target="_blank" class="menu_td" onclick="return opend('XXXXXX.html')">
窗口可以打开