[thelist] Javascript & forms

Ryan Owen rynographics at hotmail.com
Fri Feb 22 00:45:00 CST 2002


I am having some trouble moving my variables from the form to another page.
Here's a little example of what I am doing:

On form.html page:
//<form action="nextpage.html" method="get" name"form1">
//<input type="text" name="name">

On nextpage.html:
//<script language="javascript">
//var name = document.form1.name.value;
//document.write(name);
//</script>

That is the jist of it, I have some option selects and radio buttons but
none of them work. I have looked as some tutorials but I haven't found one
yet that calls the form on another page.
Any help would be appreciated
Thanks,
Ryan


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.




More information about the thelist mailing list