meisterluv
02-13-2010, 05:19 PM
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??
function console(msg){
document.console1.input.value = document.console1.input.value+=msg
document.console1.input.value.focus()
}
~read that focus() should do it . . . but it doesn't
Thanks!
function console(msg){
document.console1.input.value = document.console1.input.value+=msg
document.console1.input.value.focus()
}
~read that focus() should do it . . . but it doesn't
Thanks!