This applet displays the date and the time on the computer where the applet is running. You can set the colors, add sounds, a background image, a link...
Name |
Description |
Default |
Status |
text_height | the text height (pixels) | 10 | required |
height_shift | vertical shift from top-left top-left corner (pixels) | vertically centered | required |
width_shift | horizontal shift from top-left corner (pixels) | horizontally centered | required |
text_color | the text color | black | required |
background_color | the background color | gray | required |
background_image | the background image name | - | optional |
status_bar_text | the text to display in the status bar when the mouse is over | - | optional |
sound_name | the sound played on load | - | optional |
loop_sound | - "yes" : to loop the
onload sound - "no" : played one time |
no | optional |
enter_sound_name | the sound played when mouse over | - | optional |
clic_sound_name | the sound played when click | - | optional |
link | URL linked page when click | - | optional |
target | the target of the new page : - "_blank" : show in a new unnamed top-level window - "_self" : show in the current frame - "_parent" : show in the parent frame - "_top" : show in the top-most frame or a custom frame name |
_blank | optional |
enter_text | the text displayed when mouse over | - | optional |
enter_text_height | the mouse over text height (pixels) | 15 | optional |
enter_text_color | the mouse over text color | white | optional |
registration_code | the registration code | - | required |
Special notes |
* You can put relative URL (to target a file on your site) or
absolute (with "http://...") URL. example: relative URL: ../home/home.html absolute URL: http://www.yahoo.com * The background 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-2000 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com