This applet displays a "tip of the day" box like you can see in many softwares. The first tip is displayed at random, then the visitor can use the next and previous buttons to see the other tips. The tips are in a separated text file. They must be separated by a blank line. Here is a sample of a valid tips text file:
Don't forget to sign my guestbook !!
thanks !
Please vote for this site in the webring area !
Name |
Description |
Default |
Status |
file | the file containing the tips | - | required |
frame_width | the frame width (pixels) | 200 | required |
frame_height | the frame height (pixels) | 200 | required |
frame_title | the frame title | "Did you know..." | required |
button_prev_text | the previous tip button label | "Prev" | required |
button_next_text | the next tip button label | "Next" | required |
button_close_text | the close button label | "Close" | required |
frame_background_color | the frame background color | window color | required |
image | the tip icon in the box | - | required |
registration_code | the registration code | - | required |
Special notes |
* The color format is hexadecimal format like this : blue is "#0000ff"", red is "#ff0000" ... If you want that the background color is the same as the one of the page, look at the html source file and find the balise : <body bgcolor="#00FFFF"> then copy the value, here it's "#00ffff". Use the "HexColor" applet to convert RGB color to hexadecimal color. |
Copyright 1999-2001 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com