I’ve recently developed some iNotes addons. They work fine on my development-server. After a installed the modified forms database on my customers server, everything seems to work OK except for one strange ‘ab’ message which appears when you access a inotes mail database with Internet Explorer. The message appears as an Javascript alert on the browser before the inotes screen is rendered.
Does anyone perhaps know what this message means and how to get rid of this message?
to help you, one would need the exact error message and when it exactly occurs.
Since it is a Javascript message and ab sounds like the name of a javascript function I would usually use a Javascript debugger (IE8 Developer tools - Firefox Firebug) to see the line in the code where it happens.
Also you said it works on your development server, so it’s maybe worth to find out what is different between those two machines.
Things like other formsX.nsf files (maybe a code reference to an old forms7.nsf) on one of the servers.