How to hide error/warning message in web for inotes85

How can I restrict error/Warning message that comes in IE/Mozila at left bottom cornor when some error occurs while page loaded?

Currently facing the problem while opening mail in Inotes8.5

We are thinking this message to be hidden for all user.

Any help would be appreciated.

Subject: ERa() function

Hi,

The easiest way is overriding ERa() function in Custom_JS_Lite form, by making the function empty, etc. Custom_JS_Lite form is in Forms85_x.nsf for 8.5.1 (or later releases), and Forms85.nsf for 8.5.

However, I’d suggest having support investigate the cause of the error itself. If you Ctrl-Click on “IBM Lotus iNotes” logo and then hit Detail button, you’ll see log entries showing what iNotes does under the hood, including the detailed info of the error itself. You can copy and content and paste it to Notepad, etc. Such info will help support folks to further diagnose the problem.

Best regards,

  • Akira

Subject: ERa() function not found

Hi,

Thanks for the info.But I could not find the ERa() function in cutom_js_lite form.I added the function with empty in the body of function.I got another error msg at same place.Page did not load at all.Please help.

Any help is appreciated.

Thanks !!

Subject: window.onerror() instead of ERa()

My apologies - Given ERa() is just an implementation, the function to be overridden is window.onerror instead of ERa().

Also, “Handling the Unavoidable” section in below site may help:

Best regards,

  • Akira