![]() |
![]() |
![]() |
![]() |
||||||||||||||
|
Feld mit Lauftext 2 Script:
<html>
<head>
<title>Lauftext</title>
<script language="javascript">
var laufschrift = "Ein weiteres Beispiel für Lauftext - - - -";
var start = 0;
var stop = laufschrift.length;
function lauftext() {
document.ticker.ticker.value = "" + laufschrift.substring(start,stop) + " " + laufschrift.substring(0,start);
start++;
if(start >= stop) { start = 0; }
setTimeout("lauftext()", 120);
}
</script></head>
<body onload="lauftext()">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" width="252" height="42"><form name="ticker"><input type="text" name="ticker" style="border: 1px solid black; color: #000000; "></form></td>
</tr>
</table>
</body>
</html>
|
||||||||||||||||
|
|||||||||||||||||
![]() |
|||||||||||||||||