Hi,
so gehts:
Code:
<html>
<head>
<title>blinkender text</title>
<meta name="author" content="Marc">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
</head>
<body text="red" bgcolor="black" link="#FF0000" alink="#FF0000" vlink="#FF0000" onLoad="doFlash()">
<center>
<SCRIPT LANGUAGE="JavaScript">
<!--
function doFlash()
{
countdown(10);
setInterval("txtDiv.filters.glow.enabled = !txtDiv.filters.glow.enabled", 500);
}
// -->
</SCRIPT>
<DIV ID=txtDiv STYLE="width:400; filter:glow(color=yellow, strength=2, enabled=0)">
<div align=center><font size="+3"> ALERT</front></DIV>
<SCRIPT LANGUAGE="JavaScript">
<!--
var i = 30;
function countdown()
{
i --;
if( i == -1 )
{
self.location.href = "blbla";
}
else
{
document.all.cd.innerHTML = i;
setTimeout("countdown()", 1000 );
}
}
</SCRIPT>
</body>
Cu