// Animate the color of the element with ID="WARNING1", by // setting properties of its style object every half second. var colors = ["red", "orange", "black"]; // Cycle through these colors. var nextcolor = 0; // Invoke this function to change to the next color. function changecolor() { document.all.WARNING1.style.color = colors[nextcolor++]; nextcolor = nextcolor % colors.length; } // Arrange to call changecolor() every half second. setInterval("changecolor()", 500);
EBOOK GRATISYOU CAN GET THE GRANT CARDONE MATERIAL FOR FREE HERE |
SELL TO SURVIVESELL OR BE SOLD |
grant cardone |
SELL TO SURVIVESELL OR BE SOLD |
grant cardone |