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

📄 register3.asp

📁 程序内核:原甘肃人才网 特点&功能: 1、专门针对应届毕业生进行了优化设计
💻 ASP
📖 第 1 页 / 共 5 页
字号:
            <td width="83%" bgcolor="#F5F5F5" align="right" height="25">
            <p align="left">
                  &nbsp;
                  <INPUT maxLength=50 
                  size=40 name=address value="<%=rs("address")%>" >
             <font color="#EC5106">(必填)</font></td>
                        </tr>
                        <tr>
            <td width="21%" bgcolor="#F5F5F5" height="25" align="right">邮政编码:</td>
            <td width="83%" bgcolor="#F5F5F5" height="25">
                  &nbsp;
                  <INPUT maxLength=20                     
                  size=17 name=posts value="<%=rs("posts")%>" > </td>
                        </tr>
                        <tr>
            <td width="21%" bgcolor="#F5F5F5" height="25" align="right">联系电话:</td>
            <td width="83%" bgcolor="#F5F5F5" height="25">
                  &nbsp;
                  <INPUT maxLength=20                     
                  size=17 name=phone value="<%=rs("phone")%>" > 
                  <font color="#EC5106">(固定电话号码)</font></td>
                        </tr>
                        <tr>
            <td width="21%" bgcolor="#F5F5F5" height="25" align="right">手机:</td>
            <td width="83%" bgcolor="#F5F5F5" height="25">
                  &nbsp;
                  <INPUT maxLength=20                     
                  size=17 name=shouji value="<%=rs("shouji")%>" ></td>
                        </tr>
                        <tr>
            <td width="21%" bgcolor="#F5F5F5" height="25" align="right">QQ:</td>
            <td width="83%" bgcolor="#F5F5F5" height="25"><% koicq=rs("oicq")
			  if koicq="未知" then koicq="" end if %>            
                  &nbsp;            
                  <INPUT maxLength=15 
                  size=17 name=oicq value="<%=koicq%>" ></td>
                        </tr>
                        <tr>
            <td width="21%" bgcolor="#F5F5F5" height="25" align="right">E-mail:</td>
            <td width="83%" bgcolor="#F5F5F5" height="25">
                  &nbsp;
                  <INPUT maxLength=30                      
                  size=17 name=email value="<%=rs("email")%>" > <font color="#EC5106">(必填)</font></td>
                        </tr>
                        <tr>
            <td bgcolor="#F5F5F5" colspan="2" height="25"><p align="center"> 
                  <% if modify<>"ture" then %>
                  <input type="button" value="上一步" onclick="javascript:history.go(-1)" >
                  <input type="button" value="完 成" onclick="check()" >
                  <br>
                  <%else%>
                  <input type="button" value="更 新" onClick="check()" >
                </p>
                <%end if%></td>
                        </tr>
                        </table>
                      </center>
                    </div>
                    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber115">
                      <tr>
                        <td width="100%"> </td>
                      </tr>
                    </table>
                    </td>
                  </tr>
                </table>
                </td>
              </tr>
            </table>
            </td>
          </tr>
        </table>
        </center>
      </div>
      <div align=center>
        <center>        <table border=0 cellpadding=0 cellspacing=0 style="border-collapse: collapse" bordercolor=#111111 width=760 id=AutoNumber100 bgcolor=#5E6378>
          <tr>
          <TD background=img/bg_03b.gif>
          <IMG height=1 src=img/spacer.gif width=1></TD>
                  </tr>
          <tr>
    <TD bgColor=#393f59 height=5>
    <IMG height=1 src=img/spacer.gif width=1></TD>
          </tr>
           <tr>
            <td width=100%>
            <p align="center" style="line-height: 150%"><font color=#F5F5F5>
            多多校园电子商务工作室<font face="宋体"> &#8226; </font>个人简历系统<br>
            版权所有 [2005-2007]</font></td>
     
        </center>
      </div>
      </td>
    </tr>
  </table>
  </center>
</div>

</body>

</html>
<% cname=request("cname") 
if cname="" then Response.End
jobtype=request("jobtype")
job=request("job")
job1=request("job1")
yuex=request("yuex")
grzz=htmlencode2(request("grzz"))
phone=request("phone")
gzdd=request("gzdd")
gzdd5=request("gzdd5")
posts=request("posts")
email=request("email")
shouji=request("shouji")
oicq=request("oicq")
http=request("http")
address=request("address")
if yuex="" then yuex="面议" end if
if oicq="" then oicq="未知" end if
if http="" then http="http://" end if
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select * from person where uname='"&uname&"'"
rs.open sql,conn,3,3
rs("cname")=cname
rs("jobtype")=jobtype
rs("job")=job
rs("job1")=job1
rs("grzz")=grzz
rs("gzdd")=gzdd
rs("gzdd5")=gzdd5
rs("shouji")=shouji
rs("posts")=posts
rs("yuex")=yuex
rs("phone")=phone
rs("email")=email
rs("oicq")=oicq
rs("http")=http
rs("address")=address
rs("idate")=date()
rs.update
rs.close
if modify<>"ture" then
Response.Redirect "main.asp" 
else
Response.Redirect "modify.asp" 
end if %>

⌨️ 快捷键说明

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