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
index.jsp
Package: bookshop.zip [view]
Upload User: sxlinghang
Upload Date: 2022-07-20
Package Size: 1405k
Code Size: 1k
Category:
ADO-ODBC
Development Platform:
Java
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <%@ page import="java.util.*" %>
- <%@ page session="true" %>
- <%@include file="/bookshop/inc/head.inc"%>
- <br>
- <form name="form1" method="post" action="login.jsp">
- <div align=center>用户登录 </div>
- <br>
- <table width="300" border="0" cellspacing="1" cellpadding="1" align="center">
- <br>
- <tr>
- <td align="right">用户名:</td>
- <td>
- <input type="text" name="username" size="15" maxlength="25">
- </td>
- </tr>
- <tr>
- <td align="right">密码:</td>
- <td>
- <input type="password" name="passwd" size="15" maxlength="20">
- </td>
- </tr>
- <tr>
- <td colspan="2" align="center">
- <input type="submit" name="Submit" value="登录">
- <input type="reset" name="Submit2" value="取消">
- </td>
- </tr>
- <tr>
- <td colspan="2" align="center">
- <p> </p>
- 测试用户:wxy 密码:wxy
- </td>
- </tr>
- <tr>
- <td colspan="2" align=center>如果不是本站会员,请在此<a href="reg.jsp">注册</a>。</td>
- </tr>
- </table>
- </form>
- <%@include file="/bookshop/inc/tail.inc"%>