i need my page to do all the actions that it would normally do when you click the OK button on a corfirm box as it would when you click the submit button
<td align="right" class="l">
<input type="Submit" name="action" value="Update Tip" ID="Submit5">
<input type="Hidden" name="tipId" value="<%=tip_id%>" ID="Hidden1">
<input type="Hidden" name="rollbackID" value="<%=flagR%>" ID="Hidden11">
<input type="Hidden" name="forwardID" value="<%=flagF%>" ID="Hidden12">
<input type="hidden" name="textEditor" value="" ID="Hidden5">
</td>
is the problem i am having because of the name of the submit button,"action
<td align="right" class="l">
<input type="Submit" name="action" value="Update Tip" ID="Submit5">
<input type="Hidden" name="tipId" value="<%=tip_id%>" ID="Hidden1">
<input type="Hidden" name="rollbackID" value="<%=flagR%>" ID="Hidden11">
<input type="Hidden" name="forwardID" value="<%=flagF%>" ID="Hidden12">
<input type="hidden" name="textEditor" value="" ID="Hidden5">
</td>
is the problem i am having because of the name of the submit button,"action