textarea help, please
Oct 10, 2007 19:37:22 GMT -5
Post by turbov21 on Oct 10, 2007 19:37:22 GMT -5
Here's what I'm using:
Here's what I'm getting:
[glow=red,2,300]Runtime Error: text$ = #text contents$()
Invalid handle: #text[/glow]
It fails when my handle is #text, #txa, and just #tx. I've looked at the blogCSS code, and thought I was using it in the same manner.
[start]
cls
textarea #text, ""
print ""
link #tb, "Sumbit", [show text]
wait
[show text]
cls
text$ = #text contents$()
html "<p>" + text$ + "</p>"
link #st, "Once more", [start]
wait
Here's what I'm getting:
[glow=red,2,300]Runtime Error: text$ = #text contents$()
Invalid handle: #text[/glow]
It fails when my handle is #text, #txa, and just #tx. I've looked at the blogCSS code, and thought I was using it in the same manner.