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

📄 save_friend.asp

📁 鄂尔多斯建站网全站程序(冬季修正版)
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="session.asp"-->
<!--#include file="../include/ubb.asp"-->
<!--#include file="../include/code.asp"-->
<%
'**********************************
'版本:host_free 3.0               *
'官方网站:http://www.850518.com   *
'技术论坛:http://forum.850518.com *
'qq:54455245 (欢迎咨询商业版)     *
'msn: steven_bass@msn.com         *
'手机:(0)13632779827              *
'mail:wtez@vip.163.com            *
'版权所有,请保留该信息,谢谢合作 *
'**********************************
%>
<%
set rs = server.createobject("adodb.recordset")
sql="select * from friend where id="&request("id") 
rs.open sql,conn,3,3%>
<html>

<head>
<meta http-equiv="content-language" content="zh-cn">
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<meta name="generator" content="microsoft frontpage 6.0">
<meta name="progid" content="frontpage.editor.document">
<link href="style.css" rel=stylesheet>
</head>

<body style="background-color: #eeeeee">

<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="1" width="600" bgcolor="#626262">
    <tr>
      <td height="20">&nbsp; <b><font color="#ffffff">连接添加</font></b></td>     
    </tr>
    <tr>
      <td height="500" bgcolor="#ffffff">
        <div align="center">
          <table border="0" cellpadding="0" cellspacing="0" width="100%">
          <form method="post" action="edit.asp?action=edit_friend&id=<%=rs("id")%>">
            <tr>
              <td width="28%" height="25" align="right">连接位置:</td>
              <td width="72%" height="25"><input type="radio" value="0" name="f_s" <%if rs("f_s")="0" then%>checked<%end if%>>首页连接&nbsp;       
            <input type="radio" value="1" name="f_s" <%if rs("f_s")="1" then%>checked<%end if%>>内页图片连接&nbsp; <input type="radio" value="2" name="f_s" <%if rs("f_s")="2" then%>checked<%end if%>>内页文字连接</td>  
            </tr>
            <tr>
              <td width="28%" height="25" align="right">连接名称:</td>
              <td width="72%" height="25">&nbsp;<input type="text" name="f_name" size="50" value="<%=rs("f_name")%>"></td>
            </tr>
          <tr>
              <td width="28%" height="25" align="right">连接地址:</td>
              <td width="72%" height="25">&nbsp;<input type="text" name="f_url" size="50" value="<%=rs("f_url")%>"></td>
          </tr>
            <tr>
              <td width="28%" height="25" align="right">连接图片:</td>
              <td width="72%" height="25">&nbsp;<input type="text" name="f_logo" size="50" value="<%=rs("f_logo")%>"></td>
            </tr>
            <tr>
              <td width="28%" height="25" align="right"></td>
              <td width="72%" height="25"><iframe frameborder=0 width=400 height=45 scrolling=no src=admupfile.htm></iframe></td>
            </tr>
            <tr>
              <td width="100%" colspan="2" height="30">
                <p align="center"><input type="submit" value="   提交   " name="b3">&nbsp;&nbsp; 
                <input type="reset" value="全部重写" name="b3"></td>
            </tr>
            </form>
          </table>
        </div>
      </td>
    </tr>
  </table>
  </center>
</div>

</body>

</html>
<%
rs.close
set rs=nothing
conn.close
set conn=nothing%>
<%
'**********************************
'版本:host_free 3.0               *
'官方网站:http://www.850518.com   *
'技术论坛:http://forum.850518.com *
'qq:54455245 (欢迎咨询商业版)     *
'msn: steven_bass@msn.com         *
'手机:(0)13632779827              *
'mail:wtez@vip.163.com            *
'版权所有,请保留该信息,谢谢合作 *
'**********************************
%>

⌨️ 快捷键说明

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