为了账号安全,请及时绑定邮箱和手机立即绑定

window.open("http://www.imooc.com",'width=600,height=400')

 window.open("http://www.imooc.com",'width=600,height=400')我设置了他的宽高为什么显示的时候的屏幕尺寸 不对啊。。。。。。。。。。。 不是600和400而是全屏啊

正在回答

5 回答

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title>window对象</title>

<script type="text/javascript">

function open()

  {  alert("欢迎来到慕课网")

      window.open("http://www.imooc.com",'_blank','width=600,height=400'); }

</script>

</head>

<body>

<form>

<input type="button" value="点击我,打开新窗口" onclick="open()" />

</form>

</body>

</html>


0 回复 有任何疑惑可以回复我~
#1

luona 提问者

非常感谢!
2015-09-08 回复 有任何疑惑可以回复我~

试了没用滴

0 回复 有任何疑惑可以回复我~

要加个_blank属性。不写的话,默认是_self (在当前窗体打开)。是没办法改变窗体大小的。

 window.open("http://www.imooc.com",'_blank','width=600,height=400');


0 回复 有任何疑惑可以回复我~

你把 'width=600,height=400' 这段代码头上的单引号去了试试。


0 回复 有任何疑惑可以回复我~

 你看是不是设置了WINDOW_HEIGHT = document.body.clientHeight 

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

window.open("http://www.imooc.com",'width=600,height=400')

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信