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
LeftMenu.jsp~25~
Package: shihua.rar [view]
Upload User: zghglow
Upload Date: 2022-08-09
Package Size: 27227k
Code Size: 1k
Category:
WEB(ASP,PHP,...)
Development Platform:
JavaScript
- <%@ page contentType="text/html; charset=GBK" %>
- <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
- <table width="166" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="11%" valign="bottom"><img src="<%=request.getContextPath()%>/images/Menu_FT.gif" width="12" height="11" alt=""></td>
- <td width="89%" class="Every_Title"><c:out value="${menu.men_Name}" /></td>
- </tr>
- <tr>
- <td height="1" colspan="2" bgcolor="CBCED7"></td>
- </tr>
- </table>
- <table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin:5px 0 0 7px;">
- <c:forEach var="menu" items="${menuList}" varStatus="status">
- <tr>
- <td width="6%"><img src="<%=request.getContextPath()%>/images/Menu_Bar_Ft.gif" width="7" height="7" alt=""></td>
- <td width="94%"><a href="<%=request.getContextPath()%>/Index.do?todo=OpenIndexMenu&fMenuID=<c:out value="${menu.menu.men_Superior}" />&cMenuID=<c:out value="${menu.men_ID}" />"><c:out value="${menu.men_DefaultName}" /></a></td>
- </tr>
- </c:forEach>
- </table>