First, is this correct to pass the parms name and nameid?
<form action="tournaments.php?$name&$nameid" method="POST">
Second, on the tournament.php page, how to I go about retrieving the name and nameid value to use?
I have tried:
var pname = getParameter("name");
var pnameid = getParameter("nameid");
Not working
Thanks
David
<form action="tournaments.php?$name&$nameid" method="POST">
Second, on the tournament.php page, how to I go about retrieving the name and nameid value to use?
I have tried:
var pname = getParameter("name");
var pnameid = getParameter("nameid");
Not working
Thanks
David