📄 admin_up_link.asp
字号:
<!--#include file="conn.asp"-->
<%
if session("login")<>"yes" then
response.write "<script language=JavaScript>" & chr(13) & "alert('您还未登陆或者超时,请重登陆!');"&"window.location.href = '../'"&" </script>"
response.end
end if
sql="select * from link where id="&clng(request("id"))
rs.open sql,conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../css.css" type="text/css">
<title>友情连接修改</title>
<base target="_self">
</head>
<body bgcolor="#CAD7F7" style="text-align: center">
<p align="center"> </p>
<p align="center">
<form method="POST" action="updata_link.asp">
<table border="0" width="461" cellspacing="0" cellpadding="0" height="289">
<tr>
<td height="25" background="images/admin_bg_1.gif" width="459" colspan="3" style="border-left: 1px solid #000000; border-right: 1px solid #000000; border-top: 1px solid #000000; border-bottom-width: 1px">
<p align="center"><font color="#FFFFFF"><b>友情</b></font><b><font color="#FFFFFF">连接修改</font></b></td>
</tr>
<tr>
<td height="35" width="144" align="center" bgcolor="#F0F0F0" style="border-left: 1px solid #000000; border-right-width: 1px; border-top-width: 1px; border-bottom: 1px dotted #000000">
网站名称:</td>
<td height="35" width="186" bgcolor="#F0F0F0" style="border-left-width: 1px; border-top-width: 1px; border-bottom: 1px dotted #000000">
<p align="center">
<input type="text" name="name" size="25" value="<%=rs("name")%>"></td>
<td height="35" width="130" bgcolor="#F0F0F0" style="border-left-width: 1px; border-right: 1px solid #000000; border-top-width: 1px; border-bottom: 1px dotted #000000">
*</td>
</tr>
<tr>
<td height="35" width="144" align="center" bgcolor="#F0F0F0" style="border-left: 1px solid #000000; border-right-width: 1px; border-top-width: 1px; border-bottom: 1px dotted #000000">
网站地址:</td>
<td height="35" width="186" bgcolor="#F0F0F0" style="border-left-width: 1px; border-top-width: 1px; border-bottom: 1px dotted #000000">
<p align="center">
<input type="text" name="url" size="25" value="<%=rs("url")%>"></td>
<td height="35" width="130" bgcolor="#F0F0F0" style="border-left-width: 1px; border-right: 1px solid #000000; border-top-width: 1px; border-bottom: 1px dotted #000000">
</td>
</tr>
<tr>
<td width="144" align="center" bgcolor="#F0F0F0" style="border-left: 1px solid #000000; border-right-width: 1px; border-top-width: 1px; border-bottom: 1px dotted #000000; ">
网站简介:</td>
<td width="186" bgcolor="#F0F0F0" style="border-left-width: 1px; border-top-width: 1px; border-bottom: 1px dotted #000000; ">
<p align="center">
<textarea rows="4" name="about" cols="24"><%=rs("about")%></textarea></td>
<td width="130" bgcolor="#F0F0F0" style="border-left-width: 1px; border-right: 1px solid #000000; border-top-width: 1px; border-bottom: 1px dotted #000000; ">
*</td>
</tr>
<tr>
<td width="461" align="center" style="border-right-width: 1px; border-top-width: 1px" colspan="3" height="1" background="images/yy.gif">
</td>
</tr>
<tr>
<td width="461" align="center" style="border-right-width: 1px; border-top-width: 1px" colspan="3" height="111">
<input type="submit" value="提交" name="B1"></td>
</tr>
</table>
<input type="hidden" name="id" value="<%=request("id")%>">
</form>
<%
rs.close
set rs=nothing
set conn=nothing
%>
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -