Hi,
wer kann mir sagen, wie man eine HTML mit einem Script ausgibt,
die schon ganz nach unten gescrollt ist.
Versuchs doch mal so:
function moves()
{
if (scrolling) window.scroll(1,maximalezeilenanzahl);
window.setTimeout("moves()", 50);
}
moves();
mfg
CK1