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
default.jsp
Package: Jason.rar [view]
Upload User: wok5188
Upload Date: 2018-02-20
Package Size: 1835k
Code Size: 1k
Category:
MySQL
Development Platform:
Java
- <%@ page language="java" pageEncoding="gbk"%>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <title>default.jsp</title>
- </head>
- <body>
- <table align="center" border="1" width="95%" cellpadding="0" cellspacing="1" bordercolor="#9bc2ee">
- <tr>
- <td bgcolor="#9bc2ee" height="100" colspan="2" align="center"><font size="7" color="#ff80ff"> 网上商城系统</font></td>
- </tr>
- <tr>
- <td width="18%" height="426">
- <jsp:include flush="true" page="../admin/left.jsp">
- <jsp:param name="" value="" />
- <jsp:param name="" value="" />
- </jsp:include>
- <iframe src="../tree/menu.jsp" height="500" width="200" scrolling="no" frameborder="0"></iframe>
- </td>
- <td width="100%">
- <iframe name="mainFrame" frameborder="0" src="welcome.jsp" width="100%" height="700" scrolling="no" align="top"></iframe>
- </td>
- </tr>
- </table>
- </body>
- </html>