Have anyone give me code for forward data from one to another page of website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Have anyone give me code for forward data from one to another page of website?

I am beginner in programming. Please help me.

18th Jan 2020, 8:52 AM
sujeet gund
sujeet gund - avatar
3 Answers
+ 2
To retrieve data from one to another page of website there are several solutions... among wich: + cookies + local storage (modern browsers / html5) + url get query string and/or hash (hack: not the original purpose) + window.name property (hack: not the original purpose, but the only variable content preserved on new page load) + server sided solutions (with ajax request for example)
18th Jan 2020, 10:30 AM
visph
visph - avatar
0
Can you give me any code for sample?
27th May 2020, 7:31 AM
sujeet gund
sujeet gund - avatar