+ 3
/*Make sure the input is inside a form and both have a name and a submit button*/ /*Also to take info to another page you can't do it with Js, you need a server-side language*/ /*But you can store the value in a variable*/ function store (formname, InputName){ var v = formName.InputName.value }
13th Apr 2017, 2:28 PM
JRE
JRE - avatar