The JavaScript Codes is an excellent JavaScript resource with tons of "cut and paste" JavaScript examples for your Web pages. All for free!
<!-- this script got from http://free-javascript-codes.blogspot.com/--><br /> <SCRIPT language=javascript><br />msg = "http://free-javascript-codes.blogspot.com/ is the best programming site in the world";<br /><br />msg = "..." + msg;pos = 0;<br />function scrollMSG() {<br />document.title = msg.substring(pos, msg.length) + msg.substring(0, pos);<br />pos++;<br />if (pos > msg.length) pos = 0<br />window.setTimeout("scrollMSG()",200);<br />}<br />scrollMSG();<br /> </SCRIPT><br /><font face="Tahoma"><a target="_blank" href="http://free-javascript-codes.blogspot.com/"><span style="font-size: 8pt; text-decoration: none">JavaScript Codes</span></a></font><br />
Main Page What is JavaScript How to implement JS codes? What is HTML? HTML Codes