Create/Display a new Div each time text is submitted by a user
I have read all of the rules about posting new questions but as I am a
total novice with all things javascript (beyond cut and paste), I couldn't
know if I was looking at the answer to my question even if I found it.
I want to display the content of a text field in a new div when it is
submitted, everytime the submit button under the text field is clicked I'd
like a new div created.
For example- Person A enters 'hello' and hits submit, 'hello' is now
displaed elsewher eon the page.
Person B shows up and types 'hello again' and hits submit, 'hello again'
is also displayed in the next div after the first 'hello' ....etc etc.
Is this funtion even possible. Any help would be appreciated.
No comments:
Post a Comment