The LiveFrame parameters are simple and intuitive:
- Text
- The clickable text to appear on the applet. The default is 'LiveFrames', but why would you want to use a default anyway?
- FontName
- The name of the font to be used. The default is Dialog.
- FontStyle
- The style of the font, from plain, bold, italic, or bolditalic (not case-sensitive). The default is Plain.
- Font Size
- The size of the font, with a default of 11.
- TextColor
- The color of the text when unfocussed. The default is 000000 (black).
- FocusColor
- The color of the text when the mouse passes over it. Default is 0000FF (blue).
- PressColor
- The color of the text when the mouse is clicked. Default is FFFF00 (red).
- BgColor
- The background color of the applet, enabling it to be slotted into your page background unnoticeably. The default is FFFFFF (white).
- Message
- An optional message to appear in the status-bar when the mouse moves over the applet. The default is no message.
- URL1, URL2 ... URL8
- Up to eight URLs to be collected when the applet is clicked.
- Target1, Target2 ... Target8
- Up to eight frame or window names into which the correspondingly-numbered URLs should be opened. The default target is "_self", to save any mucking about when you only wish to open one document in a frame or in a non-frameset window.
| |