Pages

10/23/2002

IE vs Netscape

Do you like the tag? IE doesn't support it. But you can still blink the text.
BLINKING CODE
add the leading < back onto the first tags in the following lines:

HTML>
HEAD>Dynamic HTML BLINK Testing Ground
BODY BGCOLOR=#FFFFFF>
P ID=blinker STYLE="color: black">This is ground zero!

"
SCRIPT LANGUAGE="VBScript">
function blink_on
blinker.style.color="black"
timerOne=setTimeout("blink_off()", 1000, "VBScript")
end function

function blink_off
blinker.style.color="white"
timerTwo=setTimeout("blink_on()", 1000, "VBScript")
end function

blink_off
/SCRIPT>

/HTML>

No comments: