?? update_book.jsp
字號:
<%@ page contentType="text/html; charset=utf-8" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>無標題文檔</title>
<style type="text/css">
<!--
.STYLE1 {color: #FFFFFF}
body {
background-color: #000000;
}
.STYLE2 {
font-size: 24px;
color: #0000FF;
}
.STYLE3 {color: #FF0000}
.STYLE4 {color: #0000FF}
-->
</style>
</head>
<body>
<div align="center">
<table width="506" height="202" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="506" bgcolor="#000000"><p align="center" class="STYLE1 style5 style4 style3 STYLE2"><strong>修改書籍信息</strong></p>
<p align="center" class="style1 style6 STYLE3">帶*號必填</p>
<form action="updatebook_db.jsp" method="post" name="form1" class="STYLE1"">
<p align="left" class="style1 style7"><span class="STYLE4">書籍編號</span>
<input name="no" type="text" id="t1">
<span class="STYLE3">*</span></p>
<p align="left" class="style8"><span class="STYLE4">書籍名稱</span>
<input name="name" type="text" id="t2">
</p>
<p align="left" class="style8"><span class="STYLE4">書籍作者</span>
<input name="author" type="text" id="t3">
</p>
<p align="left" class="style8"><span class="STYLE4">出 版 社</span>
<input name="press" type="text" id="t4">
</p>
<p align="left" class="style8"><span class="STYLE4">書籍價格</span>
<input name="price" type="text" id="t5">
</p>
<p align="left" class="style8"><span class="STYLE4">備 注</span>
<textarea name="note" id="text6" cols="20" rows="5"></textarea>
</p>
<input name="Submit" type="submit" value="修改書籍">
<p align="left" class="STYLE5"><a href="login.jsp" class="style6">返回首頁</a></p>
<p align="left"> </p>
</form>
<p class="STYLE1"> </p> <div align="center" class="STYLE1"></div></td>
</tr>
<tr>
<td><div align="center"><span class="STYLE1"></span></div></td>
</tr>
</table>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -