CRM 4.0 Version
Can i modify Send Button onclick event of the Email enitiy using javascript? I am trying to use below code in the Email form onload Event.
document.getElementById('_MBSend').onclick = function()
{
//my code to create a note on custom entity
this.action = Send();
this.onclick = window.execScript(action);
};