-1

Hi there Folks, i would like to know that when we would like to transfer data from one page to another using java script and not refreshing the page. What are the steps or to say the perfect step to do so because i have been on this problem for at least 2-3 days. All efforts are futile, the code i used are not processing perfectly. If there is a way to strictly use java script method and post method and send data to another page without refreshing. The page does not refresh is done but the data is not getting transferred to another page.

If any great programmer dudes can help me with an example.pls.

1 Answers1

3

I think you can use Local Storage or Session Storage provided by Javascript. It saves your data for later use. I use it on my project and so far so good.

Here's the link for the manual: http://www.w3schools.com/html/html5_webstorage.asp

  • 1
    Hey Guys, Thanks alot i got my problem solved.. yess the data was successfully, transferred to the database. Yahoo, now i can move on to the next stage of the site. The Next step is now EMAIL Verification. i'll start tomorrow. – rocking_fido Jun 27 '15 at 19:46