Submissions?
How do you code something to save the text a viewer inputs to somewhere else on the page where it's visible?
I want to either have:
-A webpage with an open text field that anyone can edit, similar to an open Google Doc, which will be saved at short regular intervals.
OR
-A page where the last thing submitted into the box will be the first thing seen by a new viewer.
I would prefer the latter, but both would be neat.
The entire coding for said page right now is <center><input type="text" size="25" maxlength="50" /></center>
Essentially, which would be easier, and what would I need to learn how to do to complete the project / would someone be willing to help me through the steps. I'm relatively new to HTML but I'm reading up on it in all my free time.
Regards, Cameron
Last edited by jcblandford; 01-15-2012 at 10:52 PM..
Reason: Reworded the opening question
|