首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

jsp 页面中的揭示

2012-09-22 
jsp 页面中的提示显示后台的信息(如果有的话)c:if test${!empty message}??? div idmsgDiv align

jsp 页面中的提示

显示后台的信息(如果有的话)

<c:if test="${!empty message}">
??? <div id="msgDiv" align="center">
??? ??? <font color="red"><c:out value="${message}" /> </font>
??? ??? <a href="" onclick="closeMsg();return false;" style="color: black">[点击关闭]</a>
??? </div>
</c:if>

?

提示框样式

.msg_w {
??? background: none repeat scroll 0 0 #F2FDDB;
??? border: 1px solid #ADCF66;
??? margin: 10px 0;
??? padding: 10px;
}

?

提示框动作

function closeMsg(){
??? $("#msgDiv").hide();
}

热点排行
Bad Request.