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

📄 admin_allysitemodify.asp

📁 庐江二中
💻 ASP
字号:
<%PageName="admin_AllySiteMana"%>
<!--#include file="session.asp"-->
<%checkAdmin2%>
<!--#include file="conn.asp"-->
<!--#include file="const.asp"-->
<!--#include file="top.asp"-->
<!--#include file="INC/CHAR.INC"-->
<%
founderr=false

id=request("id")

sql="select * from AllySite where id="&id
rs.open sql,conn,1,1
if rs.eof then
errmsg="<li>操作错误!该管理员不存在"
founderr=true
else
AllySiteName=rs("AllySiteName")
AllySiteUrl=rs("AllySiteUrl")
AllySitePic=rs("AllySitePic")
end if
rs.close

if founderr=true then
call error()
set rs=nothing
conn.close
set conn=nothing	
else
%>
<br>
<table border="1" width="80%" cellspacing="0" cellpadding="1" bgcolor="<%=MainBgColor%>">
<tr>
<td align=center valign=top>
<table border="1" width="100%" cellspacing="0" cellpadding="0" Class="TableLine" bordercolorlight="<%=MainBColor%>" bgcolor="<%=MainCColor%>">
<form method="POST" action="admin_AllySiteSave.asp?id=<%=id%>">
<tr>
            <td width="100%" height="20" colspan=2 bgcolor="<%=MainTColor%>" align=center background="images/admin/b3.gif"><b>修改图片链接</b></td>
</tr>
<tr>
<td width="30%" align="right">图片名称:</td>
<td width="70%"><input type="text" name="AllySiteName" value="<%=AllySiteName%>" size="20"></td>
</tr>
<tr>
<td align="right">图片地址:</td>
<td><input type="text" name="AllySitePic" value="<%=AllySitePic%>" size="20"></td>
</tr>
<tr>
<td align="right">链接地址:</td>
<td><input type="text" name="AllySiteUrl" value="<%=AllySiteUrl%>" size="20"></td>
</tr>
<tr>
<td colspan=2 align=center>
<input type="hidden" value="edit" name="act">
<input type="submit" value=" 修 改 " name="cmdok">&nbsp;
<input type="reset" value=" 清 除 "  name="cmdcancel">
</td>
</tr>
</form>
</table>
</td>
</tr>
</table>
<%set rs=nothing%>
<%end if%>

⌨️ 快捷键说明

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