window.open出错 - JavaScript和IE

时间:2011-05-03 13:39:48

标签: javascript internet-explorer internet-explorer-9

function printThis(patientId) {
    window.open("print.aspx?ID=" + patientId, "Site", "menubar=0,resizable=1,width=800,height=900");
}

使用firefox和chrome可以正常工作但不能使用IE(至少9.0) - “无效参数”,问题是什么以及解决方案是什么?

提前致谢。

2 个答案:

答案 0 :(得分:1)

必须从onClick事件中调用Window.open。否则先生弹出阻挡者会吃掉你的窗户。

答案 1 :(得分:0)

适合我(使用有效的网址替换你的aspx)。你确定弹出窗口阻止程序没有吃掉你的窗口吗?打开?