Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-15-2012, 10:50 PM   PM User | #1
jcblandford
New to the CF scene

 
Join Date: Jan 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
jcblandford is an unknown quantity at this point
Post 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
jcblandford is offline   Reply With Quote
Old 01-16-2012, 12:34 AM   PM User | #2
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,706
Thanks: 5
Thanked 876 Times in 851 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
This is a fairly big step you’re looking to take as it isn’t done with HTML alone. You need a server side script (e. g. PHP or JSP or ASP.NET), possibly a database to store the input (depending on what else you have in mind), and for automatic saving some (asynchronous) JavaScript. The folks at Google worked years on their Docs functionality and they are professional programmers.

It would probably be best to hire someone if you wanna get this done before you die.
__________________
Don’t click this link!
VIPStephan is online now   Reply With Quote
Reply

Bookmarks

Tags
html, text field

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:13 PM.


Advertisement
Log in to turn off these ads.