Categories

typewriter status bar

typewriter status bar

typewriter status bar

<html>

<head> <title></title> <script LANGUAGE="JavaScript">

<!– var speed = 50 // speed value var pause = 2000 // pause value var timerID = null var bannerRunning = false var ar = new Array() ar[0] = "message 2 " ar[1] = "message 2 " ar[2] = "message 3 " ar[3] = "message [...]

sliding status bar message

sliding status bar message

sliding status bar message

<html>

<head> <title></title> <script language="JavaScript"> <!– Hide the script from old browsers – function scrollit(seed) { var m1 = " javascript sliding text example "; var msg=m1; var out = " "; var c = 0;

if (seed > 100) { seed–; var cmd="scrollit(" + seed + ")"; timerTwo=window.setTimeout(cmd

Bookmark [...]

status bar text timed

status bar text timed

status bar text timed

<html>

<head> <title></title> <script language="JavaScript"> <!– function windowon(txt) { window.status = txt; setTimeout("windowoff()"

Bookmark It

status bar digital clock

status bar digital clock

status bar digital clock

<html>

<head> <title></title> <script Language="JavaScript"> var timerID = null; var timerRunning = false;

function stopclock (){ if(timerRunning) clearTimeout(timerID); timerRunning = false; }

function showtime () { var now = new Date(); var hours = now.getHours(); var minutes = now.getMinutes(); var seconds = now.getSeconds() var timeValue = "" + ((hours >12) ? [...]

date and time in status bar

date and time in status bar

date and time in status bar

<HTML> <HEAD> <TITLE></TITLE> <SCRIPT LANGUAGE="JavaScript">

<!– var timerID = null var timerRunning = false function MakeArray(size) { this.length = size; for(var i = 1; i <= size; i++) { this[i] = ""; } return this; } function stopclock (){ if(timerRunning) clearTimeout(timerID); timerRunning = [...]