thanks for your help,
But i found a javascript funcion that does the work:
example:
<script language="javascript">
setTimeout("alert('hello')",2000);
</script>
with the marquee:
<script language="JavaScript" type="text/JavaScript">
function MM_goToURL() {
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function move(x) {
mar.scrollAmount = x;
}
setTimeout('move("<?php echo $_GET['u'];?>")',0100);
setTimeout('move("2")',0200);
</script>
<marquee name="mar" id="mar">lkjlskaj dlkjasldk joaius duh ilhgvljfg lifusdliuh flgjhlkshdlfj gjgรงlskdhf dugh ugh iuhoiuh ohbdsoifbgi oi h siudhfoi goiuhsiouhd foiuh giu hsdoifuhio suhgiosudfhgoiusdh ioguhds oiuhsdfihg sgsdf gsdfg sf</marquee>
<a href="#" onMouseUp="MM_goToURL('parent','<?php echo $_SERVER['PHP_SELF'];?>?u='+mar.scrollLeft);return document.MM_returnValue">test link</a>
IT WORKS!!!
๐