Hey guys, i need help figuring out this problem in this code, its a code that is supposed to have blinking words of some sort, i am new at this and trying to figure it out! here it is
<HTML>
<HEAD>
<TITLE>Blinky Web site</Title>
</HEAD>
<BODY>
<CENTER>
<P><h5> Time to blink it up</h5></p>
<style type=text/css>.blinker
{Padding-right: 10px; padding-left: 10px; border-left-color:#CC6600; padding-bottom: 10px
; width: 150px; cursor: pointer; border-top-style: solid; border-top-color:#CC0000; padding top: 10px; border-bottom: #6666FF 5px solid; border-right-style: solid; border-left-style: solid; height: 40px; background-color: blue; text-align: center; border-right-color:#003300}
</style>
<script type=text/javascript>
<!--//var oldtag,blinker,color=[];
function blink (element, color1){
var isID = document.getElementById,
isIE = document.all;if((!isIE && e || event) && (!isIE && e ||event.type.match(/click|load/i)){
if(oldtag && !oldtag.match(element) || color.length == 0) {
color = {isID (element). currentStyle.backgroundColor,color1];}
</BODY>
</HTML>
Thanks for all your guys's help.