Full version: jsB@nk » Link » Rainbow » Flashing links
URL: https://www.javascriptbank.com/flashing-links.html
Use this script to make certain links on your page flash. Easy to install and highly versatile, it'll make visitors look at the links on your page in a completely different light.
Full version: jsB@nk » Link » Rainbow » Flashing links
URL: https://www.javascriptbank.com/flashing-links.html
<SCRIPT LANGUAGE="JavaScript"><!-- Beginfunction initArray() {for (var i = 0; i < initArray.arguments.length; i++) {this[i] = initArray.arguments[i];}this.length = initArray.arguments.length;}var colors = new initArray("red","blue","green","purple","black","tan","red");delay = .5; // secondslink = 0;vlink = 2;function linkChange() {link = (link+1)%colors.length;vlink = (vlink+1)%colors.length;document.linkColor = colors[link];document.vlinkColor = colors[vlink];setTimeout("linkChange()",delay*1000);}linkChange();// End --></script><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->
<a href=http://www.javascriptbank.com>Flashing Color Link</a><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->