README.md

December 5, 2022 ยท View on GitHub

Close Browser/Window without alert message or prompt

Description

This code is tested in IE 6.0 on service pack 2 for windows NT and It's working great. So please dudes copy this code as per your need and enjoy. And remember do not forget to rank my code as I need it from all of you.

More Info

Submitted On
ByAnkur Arora
LevelIntermediate
User Rating4.3 (30 globes from 7 users)
Compatibility
CategoryInternet/ Browsers/ HTML
WorldJava
Archive File

API Declarations

<script language="javascript"> function closewindow() { self.opener = this; self.close() } <body> Close window

Source Code

// Check this Code
// You Love It