Code for Auto Close Window using Javascript

by Dinesh 2012-10-03 22:29:11

Auto Close Window Using Javascript Code
<SCRIPT LANGUAGE="JavaScript">
<!--//hiding it
setTimeout("window.close();", 15000);
//end hiding it-->
</SCRIPT>

Note : you can change the time for window close time.
1115
like
1
dislike
2
mail
flag

You must LOGIN to add comments