How can I link two html pages using javascript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can I link two html pages using javascript?

I want to transfer input box data into another html page using javascript.

4th Apr 2017, 12:15 PM
Rahul saini
Rahul saini - avatar
1 Answer
+ 5
You need to use a server-side language. for example, PHP. Anyway... read this: http://stackoverflow.com/questions/14693758/passing-form-data-to-another-html-page ^_^
4th Apr 2017, 1:20 PM
Maz
Maz - avatar