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

📄 edit.asp

📁 就业信息服务网
💻 ASP
字号:
<%
IF not(Session("KEY")="1" or session("KEY")="2") THEN
   response.redirect "../login.asp"
   response.end
END IF
%>
<!--#include file="dbconn.asp"-->
<!--#include file="../config.asp"-->
<link rel="stylesheet" type="text/css" href="../main.css">
<body bgcolor="#4473A5" marginheight=0 marginwidth=0 leftmargin=0>
<%
dim sql
dim rs
dim id
if not isEmpty(request("linkid")) then
   linkid=request("linkid")
else
   linkid=1
end if
sql="select * from link where linkid="&cstr(linkid)  
Set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
%>
<CENTER><BR>
<table width="151" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td width="131" class="f12" height="2" class="f12"> 
      <p align="center"> 
      <font color="#FFFFFF"><b><img border="0" src="../images/edit.gif"> 友情链接信息修改</b> </font>
    </td>
  </tr>
</table>
<TABLE width="600" border="0" align="center" cellpadding="0" cellspacing="0" height=250>
  <TR>
    <TD><CENTER>
     <FORM action=EditLink.asp?linkid=<%=linkid%> method="post" name="Form1">
       <TABLE width="600" border="0" cellpadding="0" cellspacing="5">
          <TR> 
             <TD align="left" height="25" width="100"><font color="#FFFFFF">图标位置:</font></TD>
             <TD> <font color="#FFFFFF"> <img border=0  src=<%=picurl+rs("picurl")%>></font></TD>
          </TR>
          <TR> 
             <TD align="left" height="25"><font color="#FFFFFF">网站URL:</font></TD>
             <TD><font color="#FFFFFF"><input type=text name=web size="60" class="smallInput" value=<%=rs("url")%>></font></TD>
          </TR>
          <TR> 
            <TD height="25" align="center" colspan="2"> 
              <font color="#FFFFFF"> 
              <input type="submit" value="修  改" name="submit" class="smallInput">
              <input type=button value="返  回" name="submit" class="smallInput" onclick=javascript:history.go(-1)>
              </font>
            </TD>
          </TR>
        </TABLE>
        </FORM>
      </TD>
    </TR>
</TABLE>
</center>

⌨️ 快捷键说明

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