<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>

