Tuesday 13 August 2013

Avoid confirmation message while closing web page using Javascript

function closeWindow() { window.open('', '_parent'); window.close(); }

No comments:

Post a Comment