how to send data between pages
i wonna make two html pages and send data from one page to another using javascript.how to do that
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Delpin Susai RajPosted Oct 17, 2016, 1:44 PM
Delpin Susai RajPosted Oct 17, 2016, 1:43 PM
Midhun TpPosted Oct 17, 2016, 10:47 AM
There are several methods for sharing data between html pages like through query strings, cookies, local storage, form posting, etc..
Please have a look at below links for getting basic idea-
http://mobile.htmlgoodies.com/beyond/javascript/article.php/3471111
http://stackoverflow.com/questions/11609376/passing-data-between-html-pages
http://www.codeproject.com/Questions/795191/Passing-JavaScript-data-values-between-HTML-pages
Pradeep SahooPosted Oct 17, 2016, 10:44 AM