textarea doesnt return value
Posted
by toingbou
on Stack Overflow
See other posts from Stack Overflow
or by toingbou
Published on 2010-05-05T21:26:32Z
Indexed on
2010/05/05
21:38 UTC
Read the original article
Hit count: 284
Im using a code editor codepress in all of my textareas, but no textarea return a value. I think the different name and id is the problem. Example:
<textarea name="content_text" rows="20" cols="50" class="codepress sql" id="myCpWindow"></textarea>
I have read somewhere in here to use a hidden input to transfer the textarea's value, but i cant do it myself!
ayhelp?
© Stack Overflow or respective owner