Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
ziduan.jsp
Package: 30184342396.rar [view]
Upload User: cnkaiguan
Upload Date: 2014-08-25
Package Size: 5403k
Code Size: 2k
Category:
Jsp/Servlet
Development Platform:
Java
- <%@page contentType="text/html; charset=gbk"%><style type="text/css">
- <!--
- body {
- background-image: url(dream018.jpg);
- }
- .STYLE1 {
- font-size: large;
- font-weight: bold;
- }
- .STYLE2 {font-size: medium}
- -->
- </style>
- <p align="center" class="STYLE1">图书字段查询</p>
- <form id="form1" name="form1" method="post" action="ziduan_result.jsp">
- <label> </label>
- <table width="292" border="1" align="center">
- <tr>
- <td width="89">图书编号:</td>
- <td width="187"><label>
- <input name="idbook" type="text" id="idbook" />
- </label></td>
- </tr>
- <tr>
- <td>图书类别:</td>
- <td><label>
- <select name="selectcategoryname" id="selectcategoryname">
- <option value="JSP">JSP</option>
- <option value="ASP">ASP</option>
- <option value="JAVA">JAVA</option>
- <option value="VB">VB</option>
- <option value="VC++">VC++</option>
- </select>
- </label></td>
- </tr>
- <tr>
- <td>图书名称:</td>
- <td><label>
- <input name="bookname" type="text" id="bookname" />
- </label></td>
- </tr>
- <tr>
- <td>作 者:</td>
- <td><input name="author" type="text" id="author" /></td>
- </tr>
- <tr>
- <td>出 版 商:</td>
- <td><input name="suppliername" type="text" id="suppliername" /> </td>
- </tr>
- <tr>
- <td colspan="2">
- <input type="submit" name="Submit" value="查询" /></td>
- </tr>
- </table>
- <label> </label>
- </form>
- <p align="center" class="STYLE2">注:1、2字段必须正确填写,其它可只填写其中某一字段。</p>