Status Bar Messages
Look at the bottom status bar and select clock or banner
Source Code
<script language="LiveScript"><!-- function GoBack() { if (confirm("Are you sure you want to go to the previous page?")) { history.back() } } timestr = "00:00:00"; ttid = 0; var tto; function time(n) { ttid=window.setTimeout("time(1)",tto); today = new Date() if(today.getMinutes() < 10){ pad = "0"} else pad = ""; if(today.getSeconds() < 10){ pads = "0"} else pads = ""; timestr=today.getHours()+":"+pad+today.getMinutes()+":"+pads+today.getSeconds(); if (tto != 0) { window.status = timestr; window.clearTimeout(ttid); ttid=window.setTimeout("time()",tto); } } function tstart(tx) { to=0; f=tx; tto=60; time(tx); } tid = 0; var to; function bannerArray() { this.length = 54; this[1] = " W"; this[2] = " We"; this[3] = " Wel"; this[4] = " Welc"; this[5] = " Welco"; this[6] = " Welcom"; this[7] = " Welcome"; this[8] = " Welcome "; this[9] = " Welcome t"; this[10] = " Welcome to"; this[11] = " Welcome to "; this[12] = " Welcome to C"; this[13] = " Welcome to Cr"; this[14] = " Welcome to Cra"; this[15] = " Welcome to Crai"; this[16] = " Welcome to Craig"; this[17] = " Welcome to Craig'"; this[18] = " Welcome to Craig's"; this[19] = " Welcome to Craig's "; this[20] = " Welcome to Craig's P"; this[21] = " Welcome to Craig's Pa"; this[22] = " Welcome to Craig's Pag"; this[23] = " Welcome to Craig's Page"; this[24] = " Welcome to Craig's Page "; this[25] = " Welcome to Craig's Page "; this[26] = " "; this[27] = " Welcome to Craig's Page "; this[28] = " "; this[29] = " Welcome to Craig's Page "; this[30] = " Welcome to Craig's Page "; this[31] = "Welcome to Craig's Page "; this[32] = "elcome to Craig's Page "; this[33] = "lcome to Craig's Page "; this[34] = "come to Craig's Page "; this[35] = "ome to Craig's Page "; this[36] = "me to Craig's Page "; this[37] = "e to Craig's Page "; this[38] = " to Craig's Page "; this[39] = "to Craig's Page "; this[40] = "o Craig's Page "; this[41] = " Craig's Page "; this[42] = "Craig's Page "; this[43] = "raig's Page "; this[44] = "aig's Page "; this[45] = "ig's Page "; this[46] = "g's Page "; this[47] = "'s Page "; this[48] = "s Page "; this[49] = " Page "; this[50] = "Page "; this[51] = "age "; this[52] = "ge "; this[53] = "e "; this[54] = " "; return this } function MakeArray(n) { this.length = n; return this } banner = new bannerArray(); bannerstep = 1; function banner1(n) { if (to != 0) { tid=window.setTimeout("banner1(bannerstep)",to); window.status = banner[bannerstep]; bannerstep = bannerstep + 1; if (bannerstep == 55) { bannerstep = 1; window.clearTimeout(tid); tid=window.setTimeout("banner1()",to); } } } function start(x) { tto=0; f=x; to=60; banner1(x); } function cleartids() { window.clearTimeout(tid); } // --> </script> <table border="0" cellspacing="2"> <tr> <td width="200" bgcolor="#ffff7f"></td> </tr> </table><br> <br> Look at the bottom status bar and select clock or banner</font> <p><font face="Geneva,Arial" size="1"> <form name="banner"> <input type="button" name="+" value="Clock" onclick="tstart(document.forms[0]);"> <input type="button" name="-" value="Banner" onclick="start(document.forms[0]);">
Last updated : September 8, 1998
All materiel : Copyright © 1998 help4web.net
All rights reserved.
© DVDesign