📄 linkmodify.asp
字号:
<!--#include file="Session.asp"-->
<!--#include file="Conn.asp"-->
<html>
<head>
<title>友情链接修改</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0">
<div align="center">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" class="mainmiddle">
<tr>
<td width="29" height="32"> <div align="left">
<p class="maindaohang"> </p>
</div></td>
<td width="709"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="5"></td>
</tr>
</table>
<b><font color="#000000"><b> <span class="bigNavi">友情链接</span> </b></font></b></td>
<td width="8" class="mainrights"></td>
</tr>
</table>
<%
'=======================================
'88red科技独立开发完成本程序,并提供免费技术支持与升级服务
'官方网站 http://www.88red.com QQ:8375158 TEL:13964489818
'对于商业客户,本站提供细致周到的各项售后服务;对于盗版客户恕不提供,对于散播本程序者本站将追究其法律责任
'88red科技将陆续开发其他各种先进程序,例如企业网站建站系统等等,对老客户购买其他程序给予最大程度的优惠,欢迎洽谈
'=======================================
set rs=server.createobject("adodb.recordset")
sql="select * from link where id="&request("id")
rs.open sql,conn,1,3
if rs.eof then
response.Write"没有此友情链接"
rsponse.end
else
%>
<form method="POST" name="myform" action="link1.asp?action=modify&id=<%=int(rs("id"))%>">
<table width="95%" height="64" border="0" align="center" cellpadding="3" cellspacing="1" class="tabbgcolor">
<tr class="tabbgcolorli">
<td width="17%" height="20"> <div align="center">图 片</div></td>
<td width="38%" height="20">
<input type="text" name="pic" size="20" class="border" value="<%=rs("pic")%>">
</td>
<td width="45%"> <iframe src="upload.asp" frameborder="0" scrolling="no" width="280" height="20"></iframe></td>
</tr>
<tr class="tabbgcolorli">
<td height="20"> <div align="center">指 向</div></td>
<td height="20" colspan="2">
<input type="text" name="url" size="30" class="border" value="<%=rs("url")%>"></td>
</tr>
<tr class="tabbgcolorli">
<td height="20"> <div align="center">文 字</div></td>
<td height="20" colspan="2">
<input name="title" type="text" class="border" size="30" value="<%=rs("title")%>">
宽 度
<input name="width" type="text" class="border" size="5" value="<%=rs("width")%>">
高 度
<input name="height" type="text" class="border" size="5" value="<%=rs("height")%>">
</td>
</tr>
<tr class="tabbgcolorli">
<td height="20"> <div align="center">广告位置</div></td>
<td height="20" colspan="2">
<input readonly="1" name="lx" type="text" class="border" size="10" value="<%=rs("lx")%>"></td>
</tr>
<tr class="tabbgcolorli">
<td height="20" colspan="3"> <div align="center">
<input type="submit" value="提交" name="tijiao" class="border">
<input type="reset" value="重写" name="chongxie" class="border">
</div></td>
</tr>
</table>
</form>
<% end if
rs.close
set rs=nothing%>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -