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

📄 register2.asp

📁 程序内核:原甘肃人才网 特点&功能: 1、专门针对应届毕业生进行了优化设计
💻 ASP
📖 第 1 页 / 共 2 页
字号:
                  size=1 name=language >
                    <OPTION value=无 <%if rs("language") ="无" then Response.Write "selected"%>>无 
                    <OPTION value=英语 selected <%if rs("language") ="英语" then Response.Write "selected"%>>英语 
                    <OPTION value=日语 <%if rs("language") ="日语" then Response.Write "selected"%>>日语 
                    <OPTION value=法语 <%if rs("language") ="法语" then Response.Write "selected"%>>法语 
                    <OPTION value=德语 <%if rs("language") ="德语" then Response.Write "selected"%>>德语 
                    <OPTION value=俄语 <%if rs("language") ="俄语" then Response.Write "selected"%>>俄语 
                    <OPTION value=朝鲜语 <%if rs("language") ="朝鲜语" then Response.Write "selected"%>>朝鲜语 
                    <OPTION value=西班牙语 <%if rs("language") ="西班牙语" then Response.Write "selected"%>>西班牙语 
                    <OPTION value=阿拉伯语 <%if rs("language") ="阿拉伯语" then Response.Write "selected"%>>阿拉伯语 
                    <OPTION value=其它 <%if rs("language") ="其它" then Response.Write "selected"%>>其它</OPTION>
                  </SELECT><font color="#FF0000"> </font></td>
                        </tr>
                        <tr>
            <td width="25%" bgcolor="#F5F5F5" align="right" height="25">外语水平:</td>
            <td width="75%" bgcolor="#F5F5F5" height="25">
                  &nbsp;
                  <SELECT size=1 name=lanlevel >
                    <OPTION value=无 <%if rs("lanlevel") ="无" then Response.Write "selected"%>>无 
                    <OPTION value=四级 selected  <%if rs("lanlevel") ="四级" then Response.Write "selected"%>>四级 
                    <OPTION value=八级  <%if rs("lanlevel") ="八级" then Response.Write "selected"%>>八级 
                    <OPTION value=六级  <%if rs("lanlevel") ="六级" then Response.Write "selected"%>>六级 
                    <OPTION value=熟练  <%if rs("lanlevel") ="熟练" then Response.Write "selected"%>>熟练 
                    <OPTION value=精通  <%if rs("lanlevel") ="精通" then Response.Write "selected"%>>精通 
                    <OPTION value=良好  <%if rs("lanlevel") ="良好" then Response.Write "selected"%>>良好 
                    <OPTION value=一般  <%if rs("lanlevel") ="一般" then Response.Write "selected"%>>一般</OPTION>
                  </SELECT><font color="#FF0000"> </font></td>
                        </tr>
                        
                        <tr>
            <td width="25%" bgcolor="#F5F5F5" align="right" height="25">计算机能力:</td>
            <td width="75%" bgcolor="#F5F5F5" height="25">&nbsp;
              <select size=1 name=computer >
                <option value="省一级" selected>省一级</option>
                <option value="省二级">省二级</option>
                <option value="国家一级">国家一级</option>
                <option value="国家二级">国家二级</option>
                <option value=一般 <%if rs("computer") ="一般" then Response.Write "selected"%>> 一般
                      <option value=精通 <%if rs("computer") ="精通" then Response.Write "selected"%>> 精通
                      <option value=优秀 <%if rs("computer") ="优秀" then Response.Write "selected"%>> 优秀 
                      <option value=良好 <%if rs("computer") ="良好" then Response.Write "selected"%>> 良好 
                      <option value=较差 <%if rs("computer") ="较差" then Response.Write "selected"%>> 较差</option>
                                          </select></td>
                        </tr>
                        <tr>
            <td width="25%" bgcolor="#F5F5F5" align="right" height="25">普通话程度:</td>
            <td width="75%" bgcolor="#F5F5F5" height="25"> 
                  &nbsp;
                  <select 
                  size=1 name=pthua >
                    <option value=标准 <%if rs("pthua") ="标准" then Response.Write "selected"%>>标准
                      <option value=优秀 <%if rs("pthua") ="优秀" then Response.Write "selected"%>>优秀
                      <option value=良好 <%if rs("pthua") ="良好" then Response.Write "selected"%>>良好
                      <option value=一般 selected <%if rs("pthua") ="一般" then Response.Write "selected"%>>一般 
                      <option value=较差 <%if rs("pthua") ="较差" then Response.Write "selected"%>>较差 </option>
                                                      </select></td>
                        </tr>
                        
                        <tr>
            <td width="100%" bgcolor="#F5F5F5" align="right" colspan="2">
            <p align="center"><b>专业介绍及其他专长</b><br>
            <br>
            (可填写主修、选修、辅修课程,学习情况,及个人特长。)<font color="#EC5106">(必填)</font></td>
                        </tr>
                        <tr>
            <td width="100%" bgcolor="#F5F5F5" align="right" colspan="2">
       <%if modify<>"ture" then 
			  kothertc=""
			  else
			  kothertc=replace(rs("othertc"),"<br>",chr(13))
              kothertc=replace(kothertc,"&nbsp;"," ")%>
                  <%end if%>
       <p align="center">
                  <textarea rows="12" name="othertc" cols="74" ><%=kothertc%></textarea></td>
                        </tr>
                        <tr>
            <td width="100%" bgcolor="#F5F5F5" align="right" colspan="2">
            <p align="center"><b>学业成绩</b><br>
            <br>
            (可另附表格)</td>
                        </tr>
                        <tr>
            <td width="102%" bgcolor="#F5F5F5" colspan="2">
            <%if modify<>"ture" then 
			  kmubiao="已另附表格,如有需要可另外递交"
			  else
			  kmubiao=replace(rs("mubiao"),"<br>",chr(13))
              kmubiao=replace(kmubiao,"&nbsp;"," ")%>
                  <%end if%>
            <p align="center">
                  <textarea rows="8" name="mubiao" cols="74" ><%=kmubiao%></textarea></td>
                        </tr>
						<tr>
            <td width="100%" bgcolor="#F5F5F5" align="right" colspan="2">
            <p align="center" style="line-height: 200%"><b>个人实践、工作经验等情况</b>&nbsp; <font color="#EC5106">(必填)</font></td>
                        </tr>
                        <tr>
            <td width="100%" bgcolor="#F5F5F5" align="right" colspan="2" height="25">
            <p align="center">请按照:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  <span class="style1">时间       地点       内容</span>     格式填写</td>
                        </tr>
                        <tr>
            <td width="100%" bgcolor="#F5F5F5" align="right" colspan="2">
          <%if modify<>"ture" then 
			  kgzjl=""
			  else
			  kgzjl=replace(rs("gzjl"),"<br>",chr(13))
              kgzjl=replace(kgzjl,"&nbsp;"," ")%>
                  <%end if%>
          <p align="center">
                  <textarea rows="12" name="gzjl" cols="74" ><%=kgzjl%></textarea></td>
                        </tr>
                        
                        <tr>
            <td width="102%" bgcolor="#F5F5F5" colspan="2"><% if modify<>"ture" then %>
            <p align="center">
                  <input type="button" value="上一步" onclick="javascript:history.go(-1)" >
                  <input type="button" value="下一步" onClick="check()" >
                  <br>
                  <%else%>
                  <p align="center">
                  <input type="button" value="更 新" onClick="check()" >
                  <br>
                  <%end if%></td>
                   </tr>
        </table>
        </center><% rs.close %>
                    </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>
<% gzjl=htmlencode2(request("gzjl"))
if gzjl="" then Response.End
language=request("language")
languages=request("languages")
lanlevel=request("lanlevel")
lanlevels=request("lanlevels")
pthua=request("pthua")
rctype=request("rctype")
computer=request("computer")
othertc=htmlencode2(request("othertc"))
mubiao=htmlencode2(request("mubiao"))
gznum=request("gznum")
if othertc="" then othertc="无其他特长" end if
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select * from person where uname='"&uname&"'"
rs.open sql,conn,3,3
rs("gznum")=gznum
rs("mubiao")=mubiao
rs("gzjl")=gzjl
rs("language")=language
rs("languages")=languages
rs("lanlevel")=lanlevel
rs("lanlevels")=lanlevels
rs("pthua")=pthua
rs("rctype")=rctype
rs("computer")=computer
rs("othertc")=othertc
rs.update
rs.close
if modify<>"ture" then
Response.Redirect "register3.asp" 
else
Response.Redirect "modify.asp" 
end if %>

⌨️ 快捷键说明

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