+ 2
How can I link two html pages using javascript?
I want to transfer input box data into another html page using javascript.
1 Antwort
+ 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 ^_^