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

📄 reg.asp

📁 直接解压即可 都是asp源码 超经典的啊
💻 ASP
字号:




<!--#include file="conn.asp"-->
<!--#include file="top.asp"-->  
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet" type="text/css">
<body leftmargin="0" topmargin="0">

      <div align="center">
        <center>
      <TABLE border=1 cellPadding=0 cellSpacing=0 width=760 bordercolor="#6687BA" style="border-collapse: collapse"><TBODY>
        <TR> 
          <TD vAlign=top> <P> </P>
            <TABLE align=center border=0 cellPadding=0 cellSpacing=0 width=658>
              <TBODY>
                <TR> 
                  <TD width=439><IMG height=85 src="images/reg_1.gif" 
            width=439><IMG height=90 src="images/reg_2.gif" 
            width=439><IMG height=98 src="images/reg_3.gif" 
          width=439></TD>
                  <TD align=middle> <P>请到下面选择您的用户类型......</P></TD>
                </TR>
              </TBODY>
            </TABLE>
            <TABLE align=center border=0 cellPadding=0 cellSpacing=0 width=658>
              <FORM action=reg.asp?cmd=reg method=post>
                <TBODY>
                  <TR> 
                    <TD width=376><IMG height=150 src="images/login_4.gif" 
            width=376></TD>
                    <TD bgColor=#e1dfdf> <P align=center>
                        <INPUT CHECKED name=module type=radio 
            value=userentreg>
                        企业用户</P>
                      <P align=center>
                        <INPUT name=module type=radio value=userpersreg>
                        个人用户</P></TD>
                    <TD width=54><IMG height=150 src="images/login_5.gif" 
            width=54></TD>
                    <TD>
					<input type="submit" name="Submit" value="下一步"></TD>
                    
                  </TR>
              </FORM>
              
            </TABLE>
            <P> </P></TD>
        </TR>
        
      </TABLE> 

        </center>
</div>
<!--#include file="foot.asp"-->
</body>
<% if request.QueryString("cmd")="reg" then
if request.form("module")="userentreg" then
response.redirect"userentreg.asp"
end if
if request.form("module")="userpersreg" then
response.redirect"userpersreg.asp"
end if
end if
%>

⌨️ 快捷键说明

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