?? 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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -