T
Todd Cary
Should this close the window, or have I missed something simple?
Todd
<html>
<head>
<title>Test close</title>
</head>
<body>
This is a test on the closing of a window<br><br>
<input name="btnClose" type="button" onClick="window.close()"
value="Close">
</body>
</html>
Todd
<html>
<head>
<title>Test close</title>
</head>
<body>
This is a test on the closing of a window<br><br>
<input name="btnClose" type="button" onClick="window.close()"
value="Close">
</body>
</html>