I need to add some validations before the user navigates away via an ASP.NET Menu.
I noticed that the items are rendered to use a javascript function called Menu_Key
<td id="ctl00_MainMenun1" onmouseover="Menu_HoverStatic(this)" onmouseout="Menu_Unhover(this)" onkeyup="Menu_Key(this)">
I there a way to override that function and have the menu execute one of mine, from which I could validate what I need and then call the original?