HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Accept textarea input, add that input to another html file
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form
View previous topic :: View next topic  
Author Message
sumncguy



Joined: 21 Aug 2008
Posts: 3

PostPosted: Sun Oct 05, 2008 9:20 am     Accept textarea input, add that input to another html file Reply with quote

I am trying to put a web page together for the motorcycle group.

The group wants an area where they can post comments or for sale ads.

I want to have a page comments.html that contains all their comments. On comments.html, I will have a link "New post" that will take them to the code below.

when the user hits the submit button, I want to accept this input, write to comments.html and return the user to the comments.html page. I would prefer to do this in html ... just a rookie who messes around and was asked to do this not to mention the server space we have is extremely limited.

tks

<html>
<head>
<title>motorcycle club</title>
</head>
<body>

<p> This is the place for chapter members to post. Keep it clean post whatever you like.</p>
<form name="input" action="test.html" method="post">
<textarea rows="10" cols="30"></textarea>
<br>
<input type="submit" value="Submit">

</form>
</body>
</html>
PayneLess Designs



Joined: 28 Feb 2007
Posts: 1408
Location: Biloxi, MS

PostPosted: Sun Oct 05, 2008 3:10 pm     Reply with quote

HTML is a static markup language. You are going to need a more active script language like PHP to allow interaction with members along with a database.

Suggest you install something like a forum and customize it as needed.

FreeForums.org
Download phpBB 3.0.2
Invision Plus

Just a few. Source List
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial