window.open()高度宽度参数不起作用
window.open("HTMLPage1.htm","","height=100px,dependent=yes,width=400px,toolbar=no,men...
window.open("HTMLPage1.htm","","height=100px,dependent=yes,width=400px,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no");
这样写上还是全屏显示,很郁闷,请高手指点... 展开
这样写上还是全屏显示,很郁闷,请高手指点... 展开
2个回答
展开全部
我在我的系统测试,显示是指定高度,代码如下,效果如图,高度是可用的。
<html>
<head>
<script language="javascript">
function openwin(){
window.open("HTMLPage1.htm","","height=100px,dependent=yes,width=400px,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no");
}
</script>
</head>
<input type="button" value="open" onclick="javascript:openwin();" id=button2 name=button2>
</html>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询