"Stefano Incontri" <stefano.in@iol .it> wrote in message
news:pan.2003.0 7.03.17.37.34.5 10613@iol.it...[color=blue]
> Hi All,
>
> how can I scroll a TextArea to its last position at the bottom?[/color]
element.scrollT op = element.scrollH eight - element.clientH eight;
"Stefano Incontri" <stefano.in@iol .it> wrote in message news:<pan.2003. 07.03.17.37.34. 510613@iol.it>. ..
[color=blue]
> how can I scroll a TextArea to its last position at the bottom?[/color]
In IE, collapsing a TEXTAREA range to the end and selecting it should
result into a scrolldown; as for other browsers I don't think it's
currently doable.
<textarea id="ta" rows="5" cols="30">
Hello World
Hello World
Hello World
Hello World
Hello World
Hello World
Hello World
Hello World
Hello World
</textarea>
Comment