I have a simple HTML form like this:
<form name='input' action='thankyou.jsp' method='post'>
<p>Email Address: <input type='text' name='email' size='16' /><br>
<p>Password: <input type='password' name='password' size='16' /><br>
<p>Verify Password: <input type='password' name='verifypassword' size='16' /><br>
<br>
<input type='submit' value='Submit your data'/>
</form>
I want to be able to take the information a user enters and display it on a thank you page afterwards, how could I go about doing so?
you can first study the
server-side scripting language,if you want to read JavaScript than this link may help you.visit this site Click Here.
you can also choose other scripting language which you understand easily.