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

📄 onlinepay.jsp

📁 华东粮油电子交易市场网站源码华东粮油电子交易市场网站源码华东粮油电子交易市场网站源码
💻 JSP
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%@ include file="/inc/pv/user.jsp"%>
<%@ include file="/inc/public/msg.jsp"%>
<%
	String strOfficeStyle = site.bean.SitePara.strVirtualName + "/member/" + igec.util.CookieUtil.getCookieValue(request,site.bean.SitePara.strCookieUserTheme,"stand");
	//验证页面地址与MenuId的匹配
	int g_iPageCheck = igec.site.base.business.PurviewBusiness.checkPageMenu(igec.util.UrlTool.getStrFullRequest(request),strMenuId,strSkinBase);
	if(g_iPageCheck<0){
		showMsg("对不起,您提交的页面地址不全或者被篡改,请确保您的访问是否合法!",request,response);
		return;
	}
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<title> 会员办公室--<%=site.bean.SitePara.strWebTitle%> </title>
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/content.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/tree.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/mainframe.css" type="text/css" />
<script type="text/javascript" src="<%=site.bean.SitePara.strVirtualName%>/member/js/tree.jsp?baseurl=<%=strOfficeStyle%>"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/xmlhttp.js"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/public.js"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/check.js"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/member/js/public.js"></script>
<script language="javascript">
<!--
function PageCheck(loForm){
	return Check(loForm);
}
//-->
</script>
<link rel="shortcut icon" href="<%=site.bean.SitePara.strVirtualName%>/favicon.ico">
</head>  

  <body>
<%@ include file="../top.jsp"%>
    <div  id="screen">
		<!--content-->
		<div id="contentfloat">
		  <div id="content">
		<table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td class="TableTopLine"></td>
    </tr>
  </table>
<table border="0" name="objBody" id="objBody" width="100%" cellpadding="2" cellspacing="1" align="center" class="TableContent">
  <form action="onlinepaydet.jsp?iid=<%=strMenuId%>" method="post" name="form1" onsubmit="return PageCheck(this);">
    <tr>
      <td colspan="2" valign="middle" ><span class="TableHeader"> <img src="<%=strOfficeStyle%>/images/tit.gif" width="35" height="35" align="absmiddle">在线充值</span>(带<font color="#FF0000">*</font>号为必填项)</td>
      </tr>
    <tr height="30">
      <td nowrap width="10%" class="TableLabel"> 在线支付方式:</td>
      <td class="TableData">网银在线支付系统</td>
    </tr>
    <tr>
      <td nowrap class="TableLabel"> 支付金额:</td>
      <td class="TableData"><input type="text" name="money" id="money" size="10" maxlength="20" value="100" EmptyDisable label="支付金额" ValueFormat="int"> 单位:元,必须为整数 <font color="#FF0000">*</font>
      </td>
    </tr>    
    <tr>
      <td nowrap class="TableData"> </td>
      <td class="TableData">
       <p>关于在线支付系统的说明(推荐使用):</p>
								    <ul><li></li>
								    请填写金额,在线支付的过程中不要关闭任何弹出的窗口。<br>
								    <li></li>
								    可以使用网银在线提供的任意银行卡支付方式付款。 <br>
								    <li></li>
								    支付成功后会立即入帐,在“资金活动明细”页面可察看到入账情况。	    
							     </ul>
								<p> 支付过程中如果发现任何问题,请联系我们。 </p>
<p> 请谨慎选择在线支付金额,在线支付的预存款不可退款。 </p>
      </td>
    </tr>
    <tr align="center">
      <td colspan="2" nowrap class="TableControl">
        <input type="submit" value="继 续" title="进行下一步" style="cursor:hand">
      </td>
    </tr>
</form>
  </table>
<br />
 <br />
		  </div>
		</div>
		<!--end/content-->				
		<!--left-->
<div id="leftmenu">			
	<!--menu-->
	  <div id="tree1"></div>
	<!--end/menu-->
	</div>
		<!--end/left-->
	</div>	
<script language="javascript" src="<%=strOfficeStyle%>/menu.jsp?iid=<%=request.getParameter("iid")%>"></script>
<script type="text/javascript">treeInit();</script>
<%@ include file="../bot.jsp"%>
  </body>
 </html>

⌨️ 快捷键说明

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