What I\'m trying to achieve is to Warn the user of unsaved changes if he/she tries to close a page or navigate away from it without saving first.
I\'ve managed to g
in IE9 you can use simple return statement (re) which will not display any dialogue box. happy coding..