<body>
<form name="form1" method="post" action="">
<table width="80%" border="1">
<tr align="center" valign="middle">
<th colspan="4" scope="col">Get Data From Table </th>
</tr>
<tr>
<th width="10" scope="col">DelTag</th>
<th width="50" scope="col">L_name</th>
<th width="50" scope="col">F_name</th>
<th width="15" scope="col">Alter</th>
</tr>
<tr>
<td><input name="myCBox" type="checkbox" id="myCBox" value="checkbox"></td>
<td><input name="t_lname" type="text" id="t_lname"></td>
<td><input name="t_fname" type="text" id="t_fname"></td>
<td><a href="alter.jsp">Alter</a></td>
</tr>
<tr>
<td colspan="2" align="center"><input name="Delete" type="submit" id="Delete" value="Delete"></td>
<td colspan="2" align="center" valign="middle"><input name="Insert" type="button" id="Insert" value="Insert"></td>
</tr>
</table>
</form>
</body>