Andrei írta:
Azt hiszem, hogy ha minden ilyen egyszerűen megoldódna a világban...
Esetleg a megoldást megoszthatnád itt a fórumlakókkal.
<html>
<body>
<script>
function log(str)
{
console.scrollTop = console.scrollHeight ;
}
setInterval("log(Math.random());", 300);
</script>
<body>
<textarea id="console" name="log" rows="10" cols="20" readonly="enabled">Log friss!
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
</textarea>
</body>
</html>