Hi,
I'm trying to display a pop up message using JavaScript but without having the 'Alert' title in the message box . Would appreciate if someone can advise if there is a way to override a default alert function in Javascript to display a custom alert box without having the 'Alert' title displayed in the message box. I came across lot of examples to override default alert javascript function triggered using html . For example i referred to this link
Override alert() with jQuery dialog - JSFiddle
Can this be achieved in MAF using invokeContainerJavaScriptFunction ? or has anyone tried any other approaches ?
Thanks