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

参数数值中的top还有letf不了解什么意思

<!DOCTYPE HTML>

<html>

<head>

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

<title>window.open</title>

<script type="text/javascript">

  function Wopen(){

      window.open('http://www.imooc.com','_blank','width=1024,height=840,top=100,left=0')


  } 

</script>

</head>

<body>

    <input name="button" type="button" onClick="Wopen()" value="点击我,打开新窗口!" / >

</body>

</html>



正在回答

2 回答

你仔细观察下,打开新窗口时,top是距离页面顶端的距离,left是距离页面左端的距离https://img1.sycdn.imooc.com//5b62826600012d3212180730.jpg

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

KUTO 提问者

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

top是打开的新窗口与浏览器顶部的距离

left是新窗口与浏览器左边的的距离

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

KUTO 提问者

了解了,谢谢
2018-08-02 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

参数数值中的top还有letf不了解什么意思

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