Confirm Window Close

. 5/26/10
  • Agregar a Technorati
  • Agregar a Del.icio.us
  • Agregar a DiggIt!
  • Agregar a Yahoo!
  • Agregar a Google
  • Agregar a Meneame
  • Agregar a Furl
  • Agregar a Reddit
  • Agregar a Magnolia
  • Agregar a Blinklist
  • Agregar a Blogmarks

HTML


Confirm Window Close....


JS


function preventClose() {
        return "Ok will lead to loss of unsaved Datas.";
    }
    window.onbeforeunload = preventClose;




Example


Click Here to download and view Confirm Window Close example
Note: Download confirm-window-close.html on your PC. after you can view sample

0 comments: