1 <!--menu--> 2 <p>Insert record into: <b><!--tables--></b></p> 3 <form action="<!--self-->" method="POST"> 4 <input type="hidden" name="key" value="<!--key-->"> 5 <input type="hidden" name="action" value="insertcomplete"> 6 <table> 7 <tr> 8 <td valign="top">SQL code used:</td> 9 <td> 10 <!--code--> 11 </td> 12 </tr> 13 <tr> 14 <td valign="top">Affected rows:</td> 15 <td> 16 <!--affected--> 17 </td> 18 </tr> 19 <tr><td colspan="2"> </td></tr> 20 <tr> 21 <td valign="top">What to do next</td> 22 <td> 23 <table class="inputtable"> 24 <tr> 25 <th><input checked type="radio" name="after" value="another"></th> 26 <td>Insert another record</td> 27 </tr> 28 <tr> 29 <th><input type="radio" name="after" value="anotherduplicate"></th> 30 <td>Insert another duplicate record</td> 31 </tr> 32 <tr> 33 <th><input type="radio" name="after" value="querymenu"></th> 34 <td>Back to query menu</td> 35 </tr> 36 </table> 37 </td> 38 </tr> 39 <tr> 40 <td colspan="2"> 41 <table class="inputtable"> 42 <tr><td><input type="submit" value="Insert"></td></tr> 43 </table> 44 </td> 45 </tr> 46 </table> 47 </form>