PopUp windows

We call PopUp windows to context-sensitive help messages that pops-up when clicked.

This messages may be have up to 255 characters in plain text. The way to create a pop-up link is by using the anchor tag:

<A HREF="This is a message.pop">More information</A>

The message included before the .POP extension will be displayed in a pop-up Window. The '%' character isn't supported.
If you want to control the exact with of the pop-up message you can specify it by starting the message with a colon followed for exactly 4 digits and other semicolon. The four digits specify the width in pixels.

Example:

<A HREF= ":0300:The message goes here.pop">Click to display pop-up</A>

Background color and Delay for pop-up windows may be set from Interface tab.