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)