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

📄 payment.asp

📁 一个非常好的旅游网站程序.
💻 ASP
字号:
<%
If Session("ProductList")="" or Session("ProductList")="'undefined'" Then
	Response.Redirect"messagebox.asp?msg=您没有选购商品,不能够结帐!"
End If
  '判断顾客是否已经登录
If Session("LoginSuccess")<>"" Then
	Response.Redirect"PayMentDetail.asp"
Else
%>
<HTML><HEAD><TITLE>会员登录</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<STYLE type=text/css>TD {
	FONT-FAMILY: "宋体"; FONT-SIZE: 9pt
}
</STYLE>

<SCRIPT language=javascript>
<!--
function isok(theform)
{
	if (theform.uid.value=="")
  {
    alert("会员帐号不能为空!");
    theform.uid.focus();
    return (false);
  }
if (theform.pwd.value=="")
  {
    alert("对不起!密码不能为空!");
    theform.pwd.focus();
    return (false);
  }

return (true);
}
-->
</SCRIPT>

<META content="Microsoft FrontPage 4.0" name=GENERATOR></HEAD>
<BODY background="pic/bg.jpg">
<FORM action=ReLoginCheck.asp method=post onsubmit="return isok(this)">
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 width=570>
  <TBODY>
  <TR>
    <TD colSpan=5><IMG border=0 name=login1_r2_c2 
      src="pic/user/login_huiyan.gif" useMap=#login1_r2_c2Map><MAP 
      name=login1_r2_c2Map><AREA alt=E8d网站首页 coords='318, 27, 532, 57' 
        href="default.asp" shape=RECT title=网站首页></MAP></TD></TR>
  <TR>
    <TD width=69>&nbsp;</TD>
    <TD background=pic/user/login1_r3_c3.gif width=15>&nbsp;</TD>
    <TD bgColor=#ffcc99 width=443>
      <TABLE align=center border=0 cellPadding=4 cellSpacing=2 width=422>
        <TBODY>
        <TR>
          <TD colSpan=3 width=408></TD></TR>
        <TR>
          <TD align=right width=103><font color="#000099">会员帐号:</font></TD>
          <TD width=137><INPUT id=username name=uid size=13> </TD>
          <TD rowSpan=2 width=144 valign="middle" style="line-height: 150%">如果你还不是会员,请先<a href="newuser.asp"><br>
            免费注册 ==>></a></TD></TR>  
        <TR>  
          <TD align=right width=103><font color="#000099">会员</font><FONT color=#000099>密码:</FONT></TD> 
          <TD width=137><INPUT name=pwd size=13 type=password> </TD></TR> 
        <TR> 
          <TD align=middle colSpan=3 width=408><INPUT name=Submit1 src="" style="BACKGROUND-COLOR: #feac37; BORDER-BOTTOM: #000875 1px solid; BORDER-LEFT: #9aa3ff 1px solid; BORDER-RIGHT: #000875 1px solid; BORDER-TOP: #9aa3ff 1px solid; COLOR: #efefef; HEIGHT: 20px" type=submit value=进 入>     <font color="#FFCC98">||</font>  
          </TD></TR></TBODY></TABLE></TD> 
    <TD background=pic/user/login1_r3_c5.gif width=15>&nbsp;</TD> 
    <TD width=28>&nbsp;</TD></TR> 
  <TR> 
    <TD>&nbsp;</TD> 
    <TD><IMG height=14 src="pic/user/login1_r5_c3.gif" width=15></TD> 
    <TD colSpan=3><IMG border=0 height=14 name=login1_r5_c4  
      src="pic/user/login1_r5_c4.gif"  
width=486></TD></TR></TBODY></TABLE></FORM></BODY></HTML> 
<%End If%> 

⌨️ 快捷键说明

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