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

📄 manage_jobs.asp

📁 BOB人才招聘系统
💻 ASP
字号:
<!--#include file="admin.asp"-->
<!--#include file="conn.asp"-->
<%Job=server.htmlencode(Trim(Request("content"))) %>
<%if Request.QueryString("no")="eshop" then
set rs=server.createobject("adodb.recordset")
sql="select * from main"
rs.open sql,conn,3,3
rs("Job")=Job
rs.update
rs.close
response.redirect "Manage_Jobs.asp"
end if
sql="select * from main"
Set rs_home= Server.CreateObject("ADODB.Recordset")
rs_home.open sql,conn,1,1
%>
<!-- #include file="Head.asp" -->
<table width="100%" height="93%" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td width="180" align="center" valign="top"><!-- #include file="left.asp" --></td>
    <td align="center" valign="top">
	<br>
      <table height="25" border="0" cellpadding="0" cellspacing="0"  class=tableBorder>
        <tr>
          <td  background=images/top_bg.gif height="25"><div align="center" style="color: #ffffFF; font-weight: bold;">人才策略设置</div></td>
        </tr>
        <tr> 
          <form method="POST" action="Manage_Jobs.asp?no=eshop">
		  <td>
      <table width="100%" height="390" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#f1f3f5">
                <tr align="center"> 
                  <td height="67"><script src=../Inc/Eshopcode.js></script> 
                  <!--#include file=../Inc/Ubb.inc --></td>
                </tr>
                <tr align="center"> 
                  <td height="249"> 
                    <textarea name="content" cols="70" rows="15"><%if rs_home("html")=false then
Job=replace(rs_home("Job"),"<br>",chr(13))
Job=replace(Job,"&nbsp;"," ")
else
Job=rs_home("Job")
end if
response.write Job%>
                    </textarea>
                    <br>
                  支持UBB代码  </td>
                </tr>
                <tr> 
                  <td height="35"><div align="center"> 
                      <input type="submit" value=" 修 改 "
name="cmdok">
                      &nbsp; 
                      <input type="reset" value=" 重 写 "
name="cmdcancel">
                  </div></td>
                </tr>
                <tr>
                  <td height="30" align="left">图片上传
                  <iframe name="ad" frameborder=0 width=100% height=50 scrolling=no src=../uploada.asp></iframe>                  </td>
                </tr>
              </table></td></form>
        </tr>
      </table>
    </td>
  </tr>
</table>
<!-- #include file="Foot.asp" -->

⌨️ 快捷键说明

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