1) Typer
2) AUTHOR NAME/NOTES: Mike Burt
3) DESCRIPTION: Types the entry in a textbox in actual time.
4) URL TO CODE: http://www40.brinkster.com/mburt/scripts/typer.htm
Also attached below
Printable View
1) Typer
2) AUTHOR NAME/NOTES: Mike Burt
3) DESCRIPTION: Types the entry in a textbox in actual time.
4) URL TO CODE: http://www40.brinkster.com/mburt/scripts/typer.htm
Also attached below
Mine's actually alot different than that. Mine is like an iframe, and it automatically scrolls once the divinsion's height is exceeded.
Ah, nice.
That probably sounds impressive.. But the only line of code I added to do that was
obj.scrollTo=obj.scrollHeight
LoL
Hmm scrolling textareas are so 90s in my opinion (no offense to your code of course). :)
I had it originally done in a div, but then... I tested it in Mozilla, and it didn't work, so I tried a bunch of different stuff, and a textarea was the only thing I found that could work. But, I made the textarea look exactly as the div would've looked anyways. :)