📄 lianjie.asp
字号:
<!-- #include file="conn.asp"-->
<!-- #include file="logincheck.asp"-->
<%
sql="select * from Hyperlink"
set rs=server.CreateObject("adodb.recordset")
rs.open sql,conn,1,1
%><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
@import url("../css/Site.css");
-->
</style>
</head>
<body>
<table width="589" border="1" align="center" cellpadding="4" cellspacing="0" bordercolorlight="#DDDDDD" bordercolordark="#FFFFFF" bgcolor="#FFFFFF">
<tr bgcolor="#EEEEEE" align="center">
<td colspan="2"><b> 大类名称</b></td>
<td width="194" height="22"><b>小类名称</b></td>
<td width="150"><b>编辑功能</b></td>
</tr>
<%do while not rs.eof%>
<tr>
<td colspan="2" align="center"><%=rs("big")%></td>
<td align="center" width="194"><%=rs("small")%></td>
<td align="center" width="150"><a href="xglianjie.asp?id=<%=rs("id")%>"><img src="../image/edit.gif" width="50" height="19" border="0"></a>
<script language=javascript>
function qd2(id) {
question = confirm("您确定要删除这条栏目吗?")
if (question){
window.location.href="dellianjie.asp?id="+id
}
}
</script> <a href="javascript:qd2(<%=rs("ID")%>)"><img src="../image/del.gif" width="50" height="19" border="0"></a></td>
</tr>
<%
rs.movenext
loop
%>
<tr align="center">
<td height="26" colspan="5" background="../image/bg11.gif"><p><strong><a href="lianjiebig.asp">查看链接大类</a>
| <a href="tjlianjie.asp">添加链接小类</a></strong></p>
<p><strong><font color="#FF0000">注:详细请点击编辑按钮</font></strong></p>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -