Click here to Skip to main content
15,894,210 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Sir/madam

Please help me know how to transfer data from one html form to another using javascript?

I am using html and javascript only. But no database

What I have tried:
Posted
Updated 28-Sep-16 1:27am

1 solution

First of all, What I have tried: section is meant to share your attempts towards solving the issue, which you left blank.
Second, have you tried looking for the same in Google?

There are various menthods to do so like localStorage & sessionStorage in HTML5, QueryString etc.

Check following links-
Parsing query strings for GET data in JavaScript[^]
http://www.codeproject.com/Questions/795191/Passing-JavaScript-data-values-between-HTML-pages[^]
javascript - Passing data between html pages - Stack Overflow[^]

There can be few more ways to do this but you can start with these.

Hope, it helps :)
 
Share this answer
 
Comments
Karthik_Mahalingam 29-Sep-16 1:10am    
5
Suvendu Shekhar Giri 29-Sep-16 3:05am    
Thanks @Karthik :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900