
More JavaScript Messages
Adding Commas | JavaScript Alert | Rotate Banner Ads | Sort Data By Field | Tip of The Day | Continuously Change | Message On Date | Editable Select Menu | Connected To Mouse | Text Fader | Highlighted Search | Text Box Messages | Text Glowing Border | Hover Text Colors | Image Link Description | Information Box | Short Description | Jitter Text | Orbiting 3-D Message | Message In A Box | A Trail Of Cursors | Drags A Message | Neon Style Method | Dialup Phone Number | Print Page Button | Automatic Print Page | Simpliest Fast Alert | Quote Of The Day | Rainbow Color Text | Random Name | Random Set Range | A Random Joke | Rotates Message Menu | Random Nerd Quotes | Quotes Generator | Murphys Laws | Random Puns | Random Quips | Random Sentence | JavaScript Error Report | Marquee Message | Characters From String | Teletype Scroller | Text Highlighter | Rotates Messages | Text Ripple | Time Message | Flash Style Intro | Advice From Zen
Description
Put this useful little script on your page to display lots of information to your visitors quickly and effectively....View A Script Demo
Put this useful little script on your page to display lots of information to your visitors quickly and effectively....View A Script Demo
Do you find it confusing setting up these script?
Java Scripts Magic can do all the hard work for you all At The Touch Of A Button.
Java Scripts Magic can do all the hard work for you all At The Touch Of A Button.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<LINK href="general.css" rel="stylesheet" type="text/css">
<SCRIPT LANGUAGE="JavaScript">
<!--- Begin
var CurrentMsg = 'hello ';
function update(msg) {
var pad_str="";
n = msg.length;
if(n<72) {
pad = (73-n)/2;
for(var i=0; i<pad; i++) {
pad_str+=" ";
}
}
CurrentMsg = pad_str + msg;
document.messages.field.value = CurrentMsg;
clearTimeout(timer);
timer = setTimeout("idleMsg()",4000);
}
function MakeArray(n) {
this.length=n;
for(var i = 1; i<= n; i++) {
this[i] = "";
}
return(this);
}
var index = 1;
var notice_num = 10;
var notices = new MakeArray(notice_num);
notices[1] = "Welcome to The JavaScript Source Information Bar!";
notices[2] = "This is another neat script that I ran into in my travels...";
notices[3] = "You can use this script on your own web page to easily";
notices[4] = "and effectively present any information you want.";
notices[5] = "Could you picture what you could do with this?";
notices[6] = "Maybe display upcoming events, notices, or whatever works for you.";
notices[7] = "Well, take this script, and let me know how it turns out.";
notices[8] = "I forget to mention you can change the text and the speed -";
notices[9] = "Just change (\"idleMsg()\",4000) to the speed you want.";
notices[10] = "Be sure to remember that the time is in milliseconds! Repeating....";
var timer = setTimeout('idleMsg()',4000);
function nochange() {
document.messages.field.value = CurrentMsg;
}
function idleMsg() {
update(notices[index++]);
if(index>notice_num) {
index=1;
}
}
// End -->
</SCRIPT>
</HEAD>
<BODY Background=../graphics/grayback.jpg>
<center><BR><BR><BR>
<FORM name="messages" onSubmit="return false">
<input type="text" name="field" size=73 value="" onFocus="self.status='This is a JavaScript info. field'; return true" onChange="nochange()">
</FORM>
</center>
</BODY>
</HTML>
<HTML>
<HEAD>
<LINK href="general.css" rel="stylesheet" type="text/css">
<SCRIPT LANGUAGE="JavaScript">
<!--- Begin
var CurrentMsg = 'hello ';
function update(msg) {
var pad_str="";
n = msg.length;
if(n<72) {
pad = (73-n)/2;
for(var i=0; i<pad; i++) {
pad_str+=" ";
}
}
CurrentMsg = pad_str + msg;
document.messages.field.value = CurrentMsg;
clearTimeout(timer);
timer = setTimeout("idleMsg()",4000);
}
function MakeArray(n) {
this.length=n;
for(var i = 1; i<= n; i++) {
this[i] = "";
}
return(this);
}
var index = 1;
var notice_num = 10;
var notices = new MakeArray(notice_num);
notices[1] = "Welcome to The JavaScript Source Information Bar!";
notices[2] = "This is another neat script that I ran into in my travels...";
notices[3] = "You can use this script on your own web page to easily";
notices[4] = "and effectively present any information you want.";
notices[5] = "Could you picture what you could do with this?";
notices[6] = "Maybe display upcoming events, notices, or whatever works for you.";
notices[7] = "Well, take this script, and let me know how it turns out.";
notices[8] = "I forget to mention you can change the text and the speed -";
notices[9] = "Just change (\"idleMsg()\",4000) to the speed you want.";
notices[10] = "Be sure to remember that the time is in milliseconds! Repeating....";
var timer = setTimeout('idleMsg()',4000);
function nochange() {
document.messages.field.value = CurrentMsg;
}
function idleMsg() {
update(notices[index++]);
if(index>notice_num) {
index=1;
}
}
// End -->
</SCRIPT>
</HEAD>
<BODY Background=../graphics/grayback.jpg>
<center><BR><BR><BR>
<FORM name="messages" onSubmit="return false">
<input type="text" name="field" size=73 value="" onFocus="self.status='This is a JavaScript info. field'; return true" onChange="nochange()">
</FORM>
</center>
</BODY>
</HTML>
If you have a Business Proposal that you think may be of interest to us here at Best Download Sites please contact us to discuss the matter in further detail

