Hi All I am trying to warn a user about unsaved changes when they attempt to leave a page. I can catch and prompt using the built in OnBeforeUnload dialog, but it looks sh*t and has some annoying standard text that is of no use to me. I have tried to bind to the BeforeUnload event using jQuery in order to show a modal dialog, but I cannot find any way to get it working. Is it even possible?
Thanks for any advice. :)