📄 delete_book.jsp
字号:
<html>
<head>
<%@ page contentType="text/html; charset=gb2312"%>
<title>注册用户</title>
<!--
.style1 {font-size: 14px}
.style2 {
color: #0000FF;
font-size: 36px;
}
.style3 {color: #FF0000}
.style4 {color: #FF0000; font-size: 14px; }
body {
background-color: #00FFFF;
}
.STYLE5 {font-size: 24px; }
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
background-color: #000000;
}
.style1 {color: #FF0000}
.style2 {color: #FFFF00}
.style3 {color: #0000FF}
.style4 {font-size: 36px}
.style5 {font-family: "华文琥珀"}
.style6 {font-size: 24px}
.style7 {font-size: 12px}
.style8 {color: #FF0000; font-size: 12px; }
.style9 {color: #00FF00}
-->
</style></head>
<script language="javascript" >
<!--
function chek()
{
if(form1.text1.value=="")
{
alert("请输入书籍编号!");
return(false);
}
return(true);
}
-->
</script>
<body>
<div align="center">
<table width="506" height="202" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="506"><p align="center" class="style3 style4 style5">删除书籍</p>
<p align="center" class="style1 style6">带*号必填</p>
<form name="form1" method="post" action="book_db.jsp" onSubmit="chek()">
<p align="left" class="style1 style7"><span class="style2">书籍编号</span>
<input name="text1" type="text" id="t1">
</p>
<p align="left" class="style8"><span class="style2">书籍名称</span>
<input name="text2" type="text" id="t2">
</p>
<p align="left" class="style8"><span class="style2">书籍作者</span>
<input name="text3" type="text" id="t3">
</p>
<p align="left" class="style8"><span class="style2">出 版 社</span>
<input name="text4" type="text" id="t4">
</p>
<p align="left" class="style8"><span class="style2">书籍价格</span>
<input name="text5" type="text" id="t5">
</p>
<p align="left" class="style8"><span class="style2">备 注</span>
<textarea name="text6" id="text6" cols="22" rows="5"></textarea>
</p>
<p align="left" class="style1">
<input name="Submit" type="submit" value="删除书籍">
</p>
<p align="left" class="STYLE5"><a href="login.jsp" class="style6">返回首页</a></p>
<p align="left"> </p>
</form>
<p> </p> <div align="center"></div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -