⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jspmsg.jsp

📁 华东粮油电子交易市场网站源码华东粮油电子交易市场网站源码华东粮油电子交易市场网站源码
💻 JSP
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%
/*
*	文件名:jspmsg.jsp
*	作者:阿阁
*	时间:2007-12-12
*	功能:对外提示信息
*/
%>
<%
	String strSkinBase = site.bean.SitePara.strVirtualName + site.bean.SitePara.strManageFolder + "/" + igec.util.CookieUtil.getCookieValue(request,site.bean.SitePara.strCookieAdminTheme,"stand");
%>
<html>
<head>
<title><%=igec.site.base.bean.SitePara.strWebTitle%></title>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<style type=text/css>
.p1{font-size:12px;color:black}
.p8{font-size:12px;color:black;line-height:150%}
.p2{font-size:12px;color:black;line-height:160%}
.p3{font-size:12px;color:black;line-height:200%}
.p4{font-size:14px;color:black}
.p5{font-size:14px;color:black;line-height:160%}
.p6{font-size:14px;color:black;line-height:150%}
.p7{font-size:14px;color:red;line-height:160%}
.p9{font-size:16px;color:red;line-height:180%}
a:link{font-size:14px;color:0000CB;text-decoration:underline;line-height:160%}
a:visited{font-size:14px;color:0000CB;text-decoration:underline;line-height:160%}
a:hover{font-size:14px;color:0000CB;text-decoration:none;line-height:160%}
a.ab:link{font-size:14px;color:0000CB;text-decoration:underline;line-height:240%}
a.ab:visited{font-size:14px;color:0000CB;text-decoration:underline;line-height:240%}
a.ab:hover{font-size:14px;color:0000CB;text-decoration:none;line-height:240%}
a.ex:link{font-size:12px;color:0000CB;text-decoration:underline;line-height:150%}
a.ex:visited{font-size:12px;color:0000CB;text-decoration:underline;line-height:150%}
a.ex:hover{font-size:12px;color:0000CB;text-decoration:none;line-height:150%}
a.aleft:link{font-size:12px;color:0000CB;text-decoration:underline;line-height:160%}
a.aleft:visited{font-size:12px;color:0000CB;text-decoration:underline;line-height:160%}
a.aleft:hover{font-size:12px;color:0000CB;text-decoration:none;line-height:160%}
a.grey:link{font-size:12px;color:0000CB;text-decoration:underline;line-height:200%}
a.grey:visited{font-size:12px;color:0000CB;text-decoration:underline;line-height:200%}
a.grey:hover{font-size:12px;color:0000CB;text-decoration:none;line-height:200%}
a.ablue:link{font-size:14px;color:2b30d3;text-decoration:underline;line-height:200%}
a.ablue:visited{font-size:14px;color:2b30d3;text-decoration:underline;line-height:200%}
a.ablue:hover{font-size:14px;color:2b30d3;text-decoration:none;line-height:200%}
</style>
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/public.js"></script>
<SCRIPT language=javascript>
<!--
	function goback(){
		if (history.length<1){
			if(window.opener)
				window.close();
			else
				parent.location.href="<%=igec.site.base.bean.SitePara.strVirtualName%>/";
		}else
			history.go(-1);
	}
//-->
</SCRIPT>
</head>

<body leftmargin=0 topmargin="0" marginwidth="0" marginheight="0" align=center bgcolor=white>
<BR><BR><BR>
<TABLE cellSpacing=0 cellPadding=0 width="600" border=0 align=center name="objBody" id="objBody">
<tr>
<td width="100%">
	<TABLE cellSpacing=1 cellPadding=1 width="70%" border=0 align=center bgcolor=CCDAF8>
	<tr>
	<td bgcolor=white>
		<TABLE cellSpacing=1 cellPadding=1 width=100% border=0 align=center>
		<tr>
		<td bgcolor=EDF2FC height=24 class=p4 colspan=2>&nbsp;<FONT color=2F59BB><B>信息提示</B></FONT>
		</td>
		</tr>

		<tr>
		<td height=20>
		</td>
		</tr>

		<tr>
		<td width=35% align=center><IMG SRC="<%=strSkinBase%>/images/mistakertu.gif" WIDTH="134" HEIGHT="129" BORDER=0 ALT=""></td>
		<td class=p5 align=center>
		<font color=red><B>尊敬的客户</B></font><BR><BR>
		<%
			String strRRR = igec.util.UrlTool.getStrOriginalFromUrl(request.getParameter("msg"),"UTF-8");
			out.println(igec.util.Tool.getStr(strRRR));
		%>
		<BR><BR><BR><BR><input type="button" value="返 回" onclick="javascript:goback();" style="cursor:hand" name="DoneButton" id="DoneButton">
		</td>
		</tr>
		<tr>
		<td height=20>
		</td>
		</tr>
		</table>	
	</td>
	</tr>
	</table><BR><BR><BR>
</td>
</tr>
</table>
<script language="javascript">
<!--
if (history.length<1){
			if(window.opener){
				document.getElementById("DoneButton").value = "关闭窗口";
			}
}
//-->
</script>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -