📄 head.asp
字号:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>沂源宽频媒体中心</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<script>
function killErrors() {
return true;
}
window.onerror = killErrors;
</script>
</head>
<body bgcolor="#000099" leftmargin="0" topmargin="0">
<div align="center">
<TABLE width="778" height="62"
border=0 cellPadding=0 cellSpacing=0 bgColor=#FFFFFF>
<TR>
<TD height="62" align=middle>
<table border="0" width="778" id="table1" height="80" cellspacing="0" cellpadding="0">
<tr>
<td width="778" bgcolor="#FFFFFF" height="80" background="pic/logo.gif">
<table border="0" width="778" id="table2" height="70" cellspacing="0" cellpadding="0">
<tr>
<td width="191">
<p align="center">
<img border="0" src="pic/index_logo.gif" width="164" height="57"></td>
<td width="487">
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="467" height="64">
<param name="movie" value="pic/index_3.swf">
<param name="quality" value="High">
<embed src="pic/index_3.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="467" height="64" quality="High"></object>
</td>
<td width="99">
<table border="0" width="100%" id="table3" cellspacing="0" cellpadding="0">
<tr>
<td width="27">
<img border="0" src="pic/shou.gif" width="16" height="16" align="right"></td>
<td align="center"><font color="#FFFFFF">宽带首页</font></td>
</tr>
<tr>
<td width="27">
<img border="0" src="pic/cang.gif" width="16" height="16" align="right"></td>
<td align="center"><font color="#FFFFFF">加入收藏</font></td>
</tr>
<tr>
<td width="27">
<img border="0" src="pic/lian.gif" width="16" height="16" align="right"></td>
<td align="center">
<a href="mailto:netsunsoft@163.com">
<font color="#FFFFFF">联系我们</font></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</TD>
</TR>
</TABLE>
</div>
<TABLE width=778 height="28"
border=0 align=center cellPadding=0 cellSpacing=0 bgcolor="#000000">
<TR>
<TD align=center class=mix bgcolor="#000066">
<TABLE cellSpacing=0 cellPadding=0 width="778"
border=0 height="24">
<TBODY>
<TR>
<TD height=24 align="center" width="391">
<img src="images/menu-01.gif" width="18" height="6"><a href="index.asp" class="menu">首 页</a>
</TD>
<%
Set rst= Server.CreateObject("ADODB.Recordset")
rst.open "select * from type",conn,1,1
if rst.EOF then
response.write "没有栏目:"
else
do while NOT rst.EOF
if rst("type")="VIP专区" or rst("type")="伦理片" then %>
<TD height=24 align="center" width="0">
<a href="class.asp?typeid=<%=rst("type")%>"></a></TD>
<% else%>
<TD height=24 align="center" width="387">
<img src="images/menu-01.gif" width="18" height="6"><a href="class.asp?typeid=<%=rst("type")%>" class="menu"><%=rst("type")%></a></TD>
<% end if
rst.MoveNext
loop
end if
rst.close
set rst=nothing
%>
<TD height=24 align="center" width="391">
<img src="images/menu-01.gif" width="18" height="6"><a href="class.asp?typeid=全部" class="menu">全 部</a>
</TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -