问一个javascript问题
function doPrint()
{
var jrid=document.getElementById("txtJRID").value;
var url='PrintCreateJobRequisition.aspx?JRID='+jrid;
window.open (url, '', 'height=720, width=720, top=0, left=0, toolbar=no, menubar=no, scrollbars=yes, resizable=yes,location=no, status=no');// 这是一行
return false;
}
在window.showDailog打开的窗口里再用window.open办法打开一窗口
我这样写为什么会有时有窗口弹出..有时没有
------解决方案--------------------你先测试下 window.open("PrintCreateJobRequisition.aspx","","height=100,width=200");看看