HTML code form question?

joshboy1001

New member
Hi guys, im making a simple website (my first) and what im trying to do is, when you go to the main page there is a name filed and a question field ( i already have the HTML for this <html>
<body>

<form name="input" action="form_action.asp" method="get">

Name: <input type="text" name="Name" value="Anonymous" /><br />

question: <form method="post" action="">
<textarea name="comments" cols="50" rows="10">
Enter your question here...
</textarea><br>

<input type="submit" value="Submit" />

</body>
</html> ))

Ok, so all i want is when you click the "submit" button, for it to post the name and the question on a another page of the website.
Thanks guys !!
 
Back
Top