I want to hide the script error messages to display in status bar in IE, is that any way to do it programmatically?
I am aware that we can enclose the script function with try {} catch {}. But this is the way to handle the exceptions and I sure if handled, it won’t displays as error in status bar.
I am searching is there any other way/in-build functions to avoid error messages on status bar.
Thanks in advance,