用window.open()在IE9中怎么控制不了大小及位置!???
1、A页面中的Js代码:<script type="text/javascript">
function fun1() {
//我有下面的代码在IE9中打开子页面,子页面的大小还是全屏!
window.open("AJax2.jsp","","height=100, width=400, top=100, left=100, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=n o, status=no");
}
function fun2(para1) {
var num1=document.getElementsByTagName("input")[0];
num1.value=para1;
}
</script>
我在IE9中
希望大神指点!!!最好是贴源码回复!!!