Script Categories













Messages >>> Status Bar Typing.

This short JavaScript will "type" a message in your browser's status bar.

Check the Status-Bar.

Add the below code to the <body> section of your page:

<script language="javascript" type="text/javascript">      
/* Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin
var msg = "The JavaScript Source";
var chars = msg.length + 1;
var updateStatus = "";
var i = 0;
function statusMessage() {
if (i >= chars) {
i=0;
window.status = " ";
}
setTimeout("nextLetter()", 300);
}
function nextLetter() {
updateStatus = msg.substring(0,i) + '_';
window.status = updateStatus;
i++;
statusMessage();
}
window.onload=statusMessage;
//  End -->
</script>
<center>
<
b>Check the Status-Bar.</b>
<
/center>

JavaScript Editor Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).

online casino canada


©