Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hi
I am using multiline textbox. And I want to move up textbox text with loop.
please give me any link or javascript for this.
Posted
Updated 24-Mar-15 22:40pm
v2
Comments
Mohibur Rashid 25-Mar-15 5:28am    
the question is not clear enough.
Shrikesh_kale 25-Mar-15 5:37am    
I have Text box with value(abc,cxd,gfh)etc. And I want to display it like (marquee effect)scrolling from bottom to top . textbox is having multiline property true
Mohibur Rashid 25-Mar-15 5:48am    
You can set scroll position of a textarea. The parameter is scrollTop
and you. Set scrolltop in a regular interval until you reach the bottom. take a look at the function setInterval. Also consider the issue that the user may not be curious about your scrolling. Make sure they can stop scrolling.
Shrikesh_kale 25-Mar-15 6:50am    
Can you help me how to set scroll position to text area of textbox

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900