i need to display confirm dialog box before close browser window using javascript or PHP. the confirm box should come when i click the close button of browser. other wise do
function doUnload() { // use confirm dialog box here confirm("Window is closing..."); }