PDA

View Full Version : textarea scolling


silastad
11-04-2003, 01:14 PM
does anyone now how to force a text area to scroll to the bottom everytime the page loads...sort of like a chat thing...I have looked a lot of places and can't find anything that works,

silastad

Jon Hanlon
11-04-2003, 11:54 PM
textAreaId.doScroll("pageDown");


http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/doscroll.asp

You could monitor using onscroll() to see whether it scrolled or not.