<html>
<head>
<script>
function openWin() {
window.open("../index.html","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=400, height=400");
}
</script>
</head>
<body>
<form>
<input type="button" value="Open Window" onclick="openWin()">
</form>
</body>
<!-- Mirrored from www.w3schools.com/js/tryit.asp?filename=tryjs_openallwindow by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:41:14 GMT -->
</html>