Display Window
copy the code save as .html
<html>
<head>
<script language="JavaScript">
<!-- hide
function openWin2() {
myWin= open("http://www.facebook.com", "c",
"width=400,height=300,status=no,toolbar=no,menubar=no");
}
// -->
</script>
</head>
<body>
<form>
<input type="button" value="Open new window" onClick="openWin2()">
</form>
</body>
</html>
Comments
Post a Comment