I've try this:
<body onunload="LogoutNoAsk();"> </body>
and the function is:
function LogoutNoAsk()
{
alert("Please press the Logout button to logout.");
parent.close();
}
When I press close which is the 'X' button on the top right of the window, it close straightaway without the warning message. What's wrong?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…