Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Firefox: Resizeable_Textarea
#1
A lot of forums and boards provide very small textareas for new postings.
If you type a longer posting, you have to scroll up and down, to read, what you have writen and to proceed.
This situation is annoying.
Now here is the solution:

Resizeable Textarea extension.

http://www.erweiterungen.de/detail/Resizeable_Textarea/


***
is it possible to inject javascript into a page via qm ?


Attached Files Image(s)
   
pi
#2
In IE probably is possible, but I didn't tested. Also possible this:

Code:
Copy      Help
Htm el=htm("TEXTAREA" "message" "" "" 0 0 0x221)
MSHTML.IHTMLStyle st=el.el.style
st.setAttribute("width" 700 1)
st.setAttribute("height" 700 1)

I could easily edit html to show bigger textarea, but not sure it would be better.
#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.


Forum Jump:


Users browsing this thread: 1 Guest(s)