Hi,
How to close the current browser using javascript? I have tried to use window.close(), but it doesn’t work? Any ideas?
Thanks in advance.
Hi,
How to close the current browser using javascript? I have tried to use window.close(), but it doesn’t work? Any ideas?
Thanks in advance.
Subject: top.window.close();
Subject: RE: top.window.close();
Hi Thomas, I have tried the script that you posted, it works, thanks.