PaySelect.asp
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:3k
源码类别:

数据库编程

开发平台:

ASP/ASPX

  1. <% Option Explicit %>
  2. <!--#include file="../FS_Inc/Const.asp" -->
  3. <!--#include file="../FS_InterFace/MF_Function.asp" -->
  4. <!--#include file="../FS_Inc/Function.asp" -->
  5. <!--#include file="lib/strlib.asp" -->
  6. <!--#include file="../FS_Inc/Md5.asp" -->
  7. <!--#include file="lib/UserCheck.asp" -->
  8. <%
  9. %>
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <title>选择支付方式 -网站内容管理系统</title>
  12. <meta name="keywords" content="风讯cms,cms,FoosunCMS,FoosunOA,FoosunVif,vif,风讯网站内容管理系统">
  13. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  14. <meta content="MSHTML 6.00.3790.2491" name="GENERATOR" />
  15. <meta name="Keywords" content="Foosun,FoosunCMS,Foosun Inc.,风讯,风讯网站内容管理系统,风讯系统,风讯新闻系统,风讯商城,风讯b2c,新闻系统,CMS,域名空间,asp,jsp,asp.net,SQL,SQL SERVER" />
  16. <link href="images/skin/Css_<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>/<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>.css" rel="stylesheet" type="text/css">
  17. <head>
  18. <body>
  19. <table width="98%" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
  20.   <tr>
  21.     <td>
  22.       <!--#include file="top.asp" -->
  23.     </td>
  24.   </tr>
  25. </table>
  26. <table width="98%" height="135" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
  27.   
  28.     <tr class="back"> 
  29.       <td   colspan="2" class="xingmu" height="26"> <!--#include file="Top_navi.asp" --> </td>
  30.     </tr>
  31.     <tr class="back"> 
  32.       <td width="18%" valign="top" class="hback"> <div align="left"> 
  33.           <!--#include file="menu.asp" -->
  34.         </div></td>
  35.       <td width="82%" valign="top" class="hback"><table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  36.         <tr class="hback"> 
  37.           <td class="hback"><strong>位置:</strong><a href="../">网站首页</a> &gt;&gt; 
  38.             <a href="main.asp">会员首页</a> &gt;&gt; 选择支付方式</td>
  39.         </tr>
  40.       </table> 
  41.       <form name="form1" method="post" action="PaySelect.asp">
  42.         <table width="98%" height="85" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  43.           <tr> 
  44.             <td class="xingmu" height="22">选择支付方式 </td>
  45.           </tr>
  46.           <tr> 
  47.             <td height="30" class="hback"><input type="button" name="Submit" value="帐户支付(金币)">
  48.               <input type="button" name="Submit2" value="在线银行支付">
  49.               <input type="hidden" name="hiddenField">
  50.               <input type="hidden" name="hiddenField2">
  51.               <input type="hidden" name="hiddenField3">
  52.               <input type="hidden" name="hiddenField4"> </td>
  53.           </tr>
  54.         </table>
  55.         </form> </td>
  56.     </tr>
  57.     <tr class="back"> 
  58.       <td height="20"  colspan="2" class="xingmu"> <div align="left"> 
  59.           <!--#include file="Copyright.asp" -->
  60.         </div></td>
  61.     </tr>
  62.  
  63. </table>
  64. </body>
  65. </html>
  66. <%
  67. Set Fs_User = Nothing
  68. %>
  69. <!--Powsered by Foosun Inc.,Product:FoosunCMS V4.0系列-->