Ad Code

Responsive Advertisement

Java Script Note - closing the window 5.2

 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>


Post a Comment

0 Comments