javascript pop up window

<script type=”text/javascript”>

function myPopup2() {
window.open( “http://www.javahungama.byethost16.com/”, “myWindow”,
“status = 1, height = 400, width = 400, resizable = 0″ )
}

</script>
</head>

<body>
<form>
<input type=”button” onClick=”myPopup2()” value=”POP2!”>
</form>
<p onClick=”myPopup2()”>CLICK ME TOO!</p>
</body>

Js Full Size Pop up window full script

<a href=”javascript:void(0)”

onclick=”window.open(‘js_new_window2.html.html’,

‘welcome’,'fullscreen=yes,scrollbars=yes’)”>

Open a full screen window</a>

Follow

Get every new post delivered to your Inbox.