
Do you train Kung Fu?
Or know someone who does?
Then check out KungFuPeople.com
Mobile version of this page
Previous:
Python inspect module
Next:
People who really can't think in numbers
Accessible Pop-Up script
Jaguar cars website
DOM Scripting
Good usage of drop-downs
XMLHttpRequest Javascript usage example
Regular Expressions in Javascript cheat sheet
Printer usability problem
Flash 9 on Ubuntu Edgy Eft
Desired Firefox extension
Button tag in bloody Internet Explorer
Do you know about Firefox?
Intel.com incompatible to Mozilla
Make your settings in .Xdefaults come true
Vista voice recognition and Perl
Autosaving textarea with AJAX
Vertically expanding textarea input boxes
Emacs html-mode for .zpt and .dtml
Gmail shortcuts
The importance of checking in Firefox
Getting uploadify to work
CSSViewer - new promising Firefox Extension
Merrill Lynch's f**ked up website
Google is blind
Annoying Safari just ate my blog
Memory dump blog recovery
Future of Web Apps (quick summary and thoughts)
Evil HTML frames
File attachment widget with Javascript
AJAX accelerated web widgets
RememberYourFriends.com running jQuery
V8 < TraceMonkey < SquirrelFish
The awesomest way possible to serve your static stuff in Django with Nginx
Carbon XEmacs installed
Python inspect module
Next:
People who really can't think in numbers
Related blogs
WEBoggle mind bogglingly addictiveAccessible Pop-Up script
Jaguar cars website
DOM Scripting
Good usage of drop-downs
XMLHttpRequest Javascript usage example
Regular Expressions in Javascript cheat sheet
Printer usability problem
Flash 9 on Ubuntu Edgy Eft
Desired Firefox extension
Button tag in bloody Internet Explorer
Do you know about Firefox?
Intel.com incompatible to Mozilla
Make your settings in .Xdefaults come true
Vista voice recognition and Perl
Autosaving textarea with AJAX
Vertically expanding textarea input boxes
Emacs html-mode for .zpt and .dtml
Gmail shortcuts
The importance of checking in Firefox
Getting uploadify to work
CSSViewer - new promising Firefox Extension
Merrill Lynch's f**ked up website
Google is blind
Annoying Safari just ate my blog
Memory dump blog recovery
Future of Web Apps (quick summary and thoughts)
Evil HTML frames
File attachment widget with Javascript
AJAX accelerated web widgets
RememberYourFriends.com running jQuery
V8 < TraceMonkey < SquirrelFish
The awesomest way possible to serve your static stuff in Django with Nginx
Carbon XEmacs installed
Related by category
Changing the size of a textarea box
http://www.peterbe.com/plog/blogitem-040818-1/textarea.html18th of August 2004
I often find that typing in text in some textarea boxes on webpages that the size of the box is too small and I wish I could expand its size like I can with a running GUI program like Notepad or XEmacs. Here is now my experimental attempt of solving that problem. I've only tried it in Firefox (Linux) and Konqueror (Linux) so far. It did not work in Konqueror :(
The obvious risk is that having controls like this will confuse newcomers; and you can't use excessive and intrusive text to explain what these controls do.
Obviously this needs to be couple with some sort of cookie feature so that the desired size is remembered; but that's not the issue here.
Tweet
Comment
Donius -
14th September 2005
[«« Reply to this]
Works wonderfully in IE6/WIN, FF1.0.6/WIN and SAFARI1.3/MACOSX. :) Kickass! Thanks!
((thieve theive thieve...))
Works wonderfully in IE6/WIN, FF1.0.6/WIN and SAFARI1.3/MACOSX. :) Kickass! Thanks!
((thieve theive thieve...))
shavonne -
3rd April 2006
[«« Reply to this]
is it possible to rezise the text box on the event onload??
I mean think that from a xml we send 100 lines of text..And when the page opens we need all of them to be visible (without the scroll bar) how can we do it??
Thank you.
is it possible to rezise the text box on the event onload??
I mean think that from a xml we send 100 lines of text..And when the page opens we need all of them to be visible (without the scroll bar) how can we do it??
Thank you.


Save this page in del.icio.us
Well, it does work with IE 5.5 (Win).
I've tried (briefly) including this in my comment box, but I haven't yet got it to work. I'll alter it so it only expands the height of the text area, since the width increase would interfere with the site layout.
I might also try coming up with some icons that reflect a smaller/larger textbox, and place them to the right of the box.