📄 head.asp
字号:
<table border="0" cellpadding="0" cellspacing="0" width="760" height="60">
<tr>
<td height="60" background="../images/bg.gif" width="316">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="460" height="60">
<param name="movie" value="../images/banner.swf">
<param name="quality" value="high">
<embed src="../images/banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="460" height="60"></embed>
</object>
</td>
<td height="60" background="../images/bg.gif" width="301">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="49">
<tr>
<td width="50%" align="center" height="24"><img border="0" src="../images/help.gif"></td>
<td width="50%" align="center" height="24"><a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://movie.vdinfo.com/');return(false);"
style="BEHAVIOR: url(#default#homepage)"><img border="0" src="../images/home.gif"></a></td>
</tr>
<tr>
<td width="50%" align="center" height="25"><img border="0" src="../images/ly.gif"></td>
<td width="50%" align="center" height="25"><a href="javascript:window.external.addfavorite('http://movie.vdinfo.com/','♂华夏世纪影院♀')" onclick="this.style.behavior='url(#default#homepage)';this.sethomepage('http://movie.vdinfo.com/')" style="BEHAVIOR: url(#default#homepage)" target="_top" title="将本站加入收藏夹"><img border="0" src="../images/sc.gif"></a></td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="760" height="30">
<tr>
<td background="../images/bak.gif" height="30" width="758" colspan="2">
<%
sql="select * from item"
set rs_item=server.createobject("adodb.recordset")
rs_item.open sql,connstr,1,1
if rs_item.eof then
response.write "<p align=center><font color=#FF0000>暂时没有分类!</font></p>"
else
response.write "<p align=center><a href=../0_1.htm><font color=#800000><b>全部电影</b></font></a> "
do while not rs_item.eof
response.write "<a href=../"&rs_item("id")&"_1.htm><font color=#800000><b>"&rs_item("name")&"</b></font></a> "
rs_item.movenext
loop
end if
rs_item.close
%>
</td>
</tr>
<tr>
<td height="30" width="447"> <a href="hits_1.htm"><img border="0" src="../images/top.gif"></a> <a href="add.asp"><img border="0" src="../images/add.gif"></a> <a href="http://www.vdinfo.com" target="_blank"><img border="0" src="../images/new.gif"></a></td>
<form action="search.asp" method="post" name="search" onsubmit="return checkadd()">
<td height="30" width="313" align="center">
<img border="0" src="../images/dian.gif"> <b>输入电影名:</b><input maxLength="20" name="keyword" onfocus="this.value=''" size="18" value="输入关键字" style="border: 1 solid #000000">
<input type="submit" width="20" height="20" value="查找" style="font-size: 12px" name="search">
</td>
</form>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -