Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Firefox: Resizeable_Textarea
#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.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)