Java Script Note - closing the window 5.2
<html>
<head>
<title> closing the window</title>
</head>
<body>
<center>closing on open window
<form>
<input type="button" name="buttonclose" value="CLOSEWIN" onClick="window.close()">
</form>
</center>
</body>
</html>
0 Comments