function OpenClose(url)
{
window.open(url, "someone", "width=400, height=400");
window.close();
}
It will prompt the user if they want to close the browser though. Security mechanism. (Unless it was opened by another browser window, in which case why are you opening so many windows ;-) )
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.