jaymainscreen
11-21-2012, 03:53 PM
Hi,
I am trying to create input text forms, where user enters some information. I want it to store this information(On local machine) then display this same information on the next page
So on index html,
<html>
<form>
Username: <input type="text" name="user">
<input type="submit" value="Submit">
</form>
</html>
However I am trying to display the inputted information on the next html page.
What is the best way to go about this?
Many thanks:)
I am trying to create input text forms, where user enters some information. I want it to store this information(On local machine) then display this same information on the next page
So on index html,
<html>
<form>
Username: <input type="text" name="user">
<input type="submit" value="Submit">
</form>
</html>
However I am trying to display the inputted information on the next html page.
What is the best way to go about this?
Many thanks:)