PHP קוד:
<script type="text/javascript">
setTimeOut("startmar()",10);
function startmar() {
document.getElementById("nf").start();
}
</script>
<?php
echo "<marquee direction=\"up\" scrollamount=\"2\" scrolldelay=\"0\" loop=\"infinite\" onmouseover=\"this.scrollAmount=0;\" onmouseout=\"this.scrollAmount=2;\" id=\"nf\" onload=\"this.stop();\">abc</marquee>\n";