%26lt;TEXTAREA name=scroll cols=x rows=y readonly%26gt;
%26lt;INPUT type=text name=scroll value=""%26gt;
If you don't want the scroll bar to appear, then clear the value of the textarea before you add the next line of text.
Then use javascript to define an array and cycle through the array adding each element to the input tag.
document.form[0].scroll.value = array[x];|||simple scrolling text generators choose your own color http://www.kaleeko.com/pages/f鈥?/a>
Report Abuse
|||%26lt;div style="width:120;height:120;overflow: auto; overflow-x: hidden; border: 1px solid"%26gt;
Text Goes in here!%26lt;/div%26gt;|||Or you could code it at the application level and force the object to not have a scrollbar, assuming this is Java/.NET.
No comments:
Post a Comment