📄 lianjiebig.asp
字号:
<!-- #include file="conn.asp"-->
<!-- #include file="logincheck.asp"-->
<%
sql="select * from Hyperlinkbig"
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="195" height="22"><b>发布日期</b></td>
<td width="149"><b>编辑功能</b></td>
</tr>
<%do while not rs.eof%>
<tr>
<td colspan="2" align="center"><%=rs("big")%></td>
<td align="center" width="195"><strong><font color="#FF0000">不详</font></strong></td>
<td align="center" width="149"><a href="xglianjiebig.asp?big=<%=rs("big")%>"><img src="../image/edit.gif" width="50" height="19" border="0"></a>
<a href="dellianjiebig.asp?big=<%=rs("big")%>"><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="tjlianjie.asp">返回</a>
| <a href="tjlianjiebig.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 + -