Accept text input into a table
Accept text input into a table
(OP)
I'm looking to accept text input directly into a table cell or textbox on a web page.
The text needs to be saved in the table on the web page so that returning users see the new text and can change it.
Anyone have any code or ideas how to do this?
Thanks in advance
The text needs to be saved in the table on the web page so that returning users see the new text and can change it.
Anyone have any code or ideas how to do this?
Thanks in advance
RE: Accept text input into a table
__________________________
Corey
http://www.loudcommerce.com/ | http://www.loudvoicesystem.com/
RE: Accept text input into a table
CODE
<tr><td><input name="tester"></td></tr>
</table>