R
rebeccatre
<form name=hi><textarea name=blue there>HELLO</textarea></form>
<script>
function loadtest(){
document.forms['hi'].elements['blue'].focus();
}
</script>
<a href="javascript:loadtest()">test-jump_toend</a>
hello, please help me with this. i am needing it to jump to the end
of the populated text. can this be done and show me how?
<script>
function loadtest(){
document.forms['hi'].elements['blue'].focus();
}
</script>
<a href="javascript:loadtest()">test-jump_toend</a>
hello, please help me with this. i am needing it to jump to the end
of the populated text. can this be done and show me how?