<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>
<!-- /js/tryit.asp?filename=tryjs_openallwindow Thu, 06 Feb 2025 19:15:47 GMT -->
</html>