Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Firefox: Resizeable_Textarea
#3
Code:
Copy      Help
web "javascript:function ResizeTextArea(){document.post.message.rows*=2;}ResizeTextArea();"

This works only in IE, but for FF you can create bookmark where location is

javascript:function ResizeTextArea(){document.post.message.rows*=2;}ResizeTextArea();

However, cols does not work.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)