removecust.htm
来自「《PHP专业项目实例开发》源代码」· HTM 代码 · 共 31 行
HTM
31 行
<html>
<head>
<title>Remove Customer</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p> </p>
<p> </p>
<table width="37%" border="0" align="center" cellpadding="0" cellspacing="0" height="66">
<tr>
<td bgcolor="#000000" height="10">
<div align="center"><b><font color="#FFFFFF">Remove a customer from customerinfo/login</font></b></div>
</td>
</tr>
<tr>
<td bgcolor="#CCCCCC" height="17">
<form name="form3" method="post" action="deletecustomer.php">
<p align="center"><b>customer ID
<input type="text" name="customerid" size="10">
<input type="submit" name="Submit3" value="Submit">
</b></p>
</form>
</td>
</tr>
</table>
<p> </p>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?