Display page errors in a Diaglog Box or popup Window

Hi, need help in creating a custom dialog box or pop-up to show errors displayed by the page in the publication instead of the default windows “ding” message box (which can be annoying at times) :grin:

You could follow the sample here:
http://www.htmlexe.com/help/customhtmldlg
Or use the HEScript function MessageDlg that will show a message box with skin support.
Example:
MessageDlg(“My message”, “My title”, mtInformation, [mbOK]);