You are not logged in.
Pages: 1
I need help submitting the 'ta' or 'myTextArea' variable to a publishing script.
I would rather call Xinha directly to the <textarea> instead of using the <div id="lipsum"> tag.
EXAMPLE:
<form action="/cgi/publish.cgi" method="post" id="xinha" name="xinha">
<textarea id="ta" name="ta" rows="34" cols="70">
<?php echo "$html"; ?>
</textarea>
<input type="submit" value=">> Submit >>">
</form>
Can anyone help me with this... thanks!
~A
Offline
I need help submitting the 'ta' or 'myTextArea' variable to a publishing script.
Provided Xinha is working for you it will submit as normal, as if it was a plain textarea (infact it is a plain textarea).
James Sleeman
Offline
Pages: 1