简体   繁体   English

我希望我的登录弹出窗口不显示底部的滚动条

[英]I want my log In pop up to not show the scroll bar on the bottom

So my code is this: 所以我的代码是这样的:

<head>
<script type="text/javascript">
<!--
function myPopup2() {
window.open( "http://aunabzzzolution.weebly.com/log-in.html", "myWindow", 
"status = 0, height = 185, width = 300, resizable = 1" )
}
//-->
</script>
</head>
<body>
<form>
<input type="button" onClick="myPopup2()" value="  Log In  ">
</form>
</body>​

Here's an Example 这是一个例子

And I dont want the scrollbar to appear at the pop up. 而且我不希望滚动条出现在弹出窗口中。 How?? 怎么样??

Also if you want to see a live example, go Here (top left corner) 另外,如果您想观看现场示例,请转到此处 (左上角)

如果您可以访问弹出窗口的HTML / CSS代码,则只需在其主体样式中添加overflow: hidden

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM