I have read a few post about doing this but cannot get it to work correctly. I have a 'PERSONAL' button and 'EMPLOYEES' button on a page. If 'PERSONAL' is clicked, goto PageX. If 'EMPLOYEES' is clicked, goto PageY. With the current script, clicking on 'EMPLOYEES' works as expected. When I click on 'PERSONAL', it doesn't go anywhere and adds '?page=PERSONAL' on the end of the current address. Any suggestions would be great.
<table width="153">
<tr>
<div align="center">
<td width="143" height="26" valign="top"><form name="form1" method="post" action="benefit_data.org.php">
<input type="submit" name="page" value="PERSONAL" />
</form></div></td>
</tr>
<tr>
<div align="center">
<td height="26" valign="top"><form name="form2" method="post" action="emp_choice.org.php">
<input type="submit" name="page" value="EMPLOYEES" />
</form></div></td>
</tr>
<tr>
<td height="2"></td>
</tr>
</table>
<table width="153">
<tr>
<div align="center">
<td width="143" height="26" valign="top"><form name="form1" method="post" action="benefit_data.org.php">
<input type="submit" name="page" value="PERSONAL" />
</form></div></td>
</tr>
<tr>
<div align="center">
<td height="26" valign="top"><form name="form2" method="post" action="emp_choice.org.php">
<input type="submit" name="page" value="EMPLOYEES" />
</form></div></td>
</tr>
<tr>
<td height="2"></td>
</tr>
</table>