| View previous topic :: View next topic |
| Author |
Message |
everland717
Joined: 03 Mar 2008 Posts: 2
|
Posted: Mon Mar 03, 2008 7:26 am Post subject: automatically scroll to the bottom of the content in textbox |
|
|
Hi,
Was wondering if there is a way without using javascript, just purely html code to automatically scroll down to the bottom of the content of the textbox.
any reference will be good as well.
thanks in advance. =) |
|
| Back to top |
|
 |
|
|
seikan
Joined: 03 Mar 2008 Posts: 2
|
Posted: Mon Mar 03, 2008 8:37 am Post subject: Re: automatically scroll to the bottom of the content in textbox |
|
|
Maybe you can try to make a <a name="bottom"></a>
below your text box and add a link with following code:
<a href="#bottom">Go to bottom</a> |
|
| Back to top |
|
 |
everland717
Joined: 03 Mar 2008 Posts: 2
|
Posted: Mon Mar 03, 2008 9:13 am Post subject: Re: automatically scroll to the bottom of the content in textbox |
|
|
Hi seikan,
Thanks for the reply. =)
It doesn't work cause what i am trying to do is to make it automatically goes to the end of the content inside the textbox.
And whichever code i type inside the textbox, will just turn to be the content, instead of code, so i am pretty clueless of how to achieve what i want. |
|
| Back to top |
|
 |
|