Click to See Complete Forum and Search --> : close browser???


dav.fior
02-13-2003, 05:25 AM
I need to close my broser with javascript...

window.close ask me a confirm of the operation ("Are you sure you want to close the window?").
Is it possible close directly the browser window?

Thanks and sorry for my english

Davide

gil davis
02-13-2003, 05:38 AM
You are not allowed to close a window using JavaScript that you did not open using JavaScript without the user's permission. It is a security issue.