|
Hello,
I'm trying to make a textarea of user's comments, in which they write what they have to say, then click submit, and it permanently changes the page's HTML, within the textarea to what they put in. Is there a way to do this?
For example, there's a blank textarea. Somebody types something into that textarea, and hits Submit, now the page updates, changing the textarea's value to what they put in, visible to all. It literally changes the page's HTML, permaneltly, but in a given element.
It's kind of like a controlled hack, but it's the only way I know of to get a commenting system in with JavaScript.
|