码迷,mamicode.com
首页 > Web开发 > 详细

JSP公用COMMON文件

时间:2016-03-28 15:11:42      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:

head.jsp:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<c:set var="ctx" value="${pageContext.request.contextPath}"/>
<c:set var="company" value="${applicationScope.company}"/>
<link rel="shortcut icon" href="${ctx}/plugins/yz/web/resources/imgs/yzIco.png" />
<link type="text/css" href="${ctx}/plugins/yz/web/resources/css/yz.css" rel="stylesheet" />
<script type="text/javascript" src="${ctx}/plugins/yz/web/resources/js/contsants.js"></script>
<script type="text/javascript" src="${ctx}/resources/jquery/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="${ctx}/plugins/yz/web/resources/js/common.js"></script>
<script>
active = "${sessionScope.active}";
ctx = "${ctx}";
</script>

 

JSP公用COMMON文件

标签:

原文地址:http://www.cnblogs.com/zrui-xyu/p/5328867.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!