<div align="center">Delete Customer </div>
<form name="cust_del" method="post" action="../process/cust_del.php">
<table width="100%" border="1">
<tr>
<td>Customer ID</td>
<td>
<input type="text" name="cust_id">
</td>
</tr>
</table>
<div align="center"><br>
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="Submit2" value="Reset">
</div>
</form>