nikko50
12-18-2004, 09:10 PM
The below code submits the form but I'm not able to see the variable "prev" on the next page?? Are they being passed??
<form method="POST" action="test2.php" name="theForm" >
Record: <? echo "$currentkey of $getnumrows" ?>
<input type="button" value="Prev" class="normal" name="prev" onClick="javascript:document.theForm.submit();">
</form>
<form method="POST" action="test2.php" name="theForm" >
Record: <? echo "$currentkey of $getnumrows" ?>
<input type="button" value="Prev" class="normal" name="prev" onClick="javascript:document.theForm.submit();">
</form>