I want to store the input given by the user into some file and view it later..
For example:
Referring to this simple code..
<html> <body> <form action="form_action.asp" method="get"> First name: <input type="text" name="fname" /><br /> Last name: <input type="text" name="lname" /><br /> <input type="submit" value="Submit" /> </form> </body> </html>
In this example when the user hits the submit button, i want to store the first name and lastname in some file in my computer and view it later. Do i need to use backend for this to maintain the Database.. (OR) Are there any Emport/import options in Javascript...
How do i do this ?
Please let me know... Your help will be greatly appreciated!!
Thanks in advance.
Awaiting your response,
Swathi


Sign In
Create Account

Back to top









