Hello there I was wondering if there is a way to focus on the most recent input to a text area (say after 50 inputs) without having to manually scroll down??
~read that focus() should do it . . . but it doesn'tCode:function console(msg){ document.console1.input.value = document.console1.input.value+=msg document.console1.input.value.focus() }
Thanks!



Reply With Quote

Bookmarks