Hi,
I have a text area which I want to always scroll to the bottom.
I'm using this javascript code wher output is the form name and msgs is the textarea name
<body onload="output.msgs.scrollTop = output.msgs.scrollHeight;">
which works fine in Opera, but not in Firefox. Does anyone know what the problem is with this in Firefox.
Thanks,
Matt