»
EnglishFrenchVietnamese

Print - Flashing links - JavaScriptBank.com

Full version: jsB@nk » Link » Flashing links
URL: https://www.javascriptbank.com/flash-link.html

Flashing links © JavaScriptBank.comUse 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 » Flashing links
URL: https://www.javascriptbank.com/flash-link.html



JavaScript
<script language="javascript"><!--var timevar = 50;makeblue();function makeblue(){document.linkColor="blue";document.alinkColor="blue";document.vlinkColor="blue";setTimeout("makered()", timevar);return true;}function makered(){document.linkColor="red";document.alinkColor="red";document.vlinkColor="red";setTimeout("makegreen()", timevar);return true;}function makegreen(){document.linkColor="green";document.alinkColor="green";document.vlinkColor="green";setTimeout("makeorange()", timevar);return true;}function makeorange(){document.linkColor="orange";document.alinkColor="orange";document.vlinkColor="orange";setTimeout("makeblue()", timevar);return true;}//--></script><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
Want some pizazz on your site? Why don&#39;t you try <a href="http://javascriptbank.com/">a link that flashes</a>?<br>Since I&#39;m so nice, you can use this script <strong>without</strong> giving me any credit. Just don&#39;t take it for yourself!<br><br><font size="-2">A small note: This code makes <b>all</b> the links on the page flash</font><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->