Home >Web Front-end >HTML Tutorial >Implement automatic drop-down text box_html/css_WEB-ITnose
When I want to display information in TextArea, the bottom information is always displayed. How can I make the scroll bar automatically pull down?
UserChat.scrollTop=UserChat.scrollHeight;
It turns out to be very simple, that’s it.