📄 djplay.asp
字号:
<!--#include file="inc/config.asp"-->
<!--#include file="mdb.asp"-->
<%
dim djid
djid=cint(request.querystring("dj_id"))
sql="select * from dj where dj_id="&djid
set rs=conn.execute(sql)
dim djname
djname=rs("dj_name")
rs.close
set rs=nothing
select case request("lanyu")
case "top"
call top()
case "about"
call about()
case else
call main()
end select
sub main()
%><html>
<head>
<title><%=djname%>-<%=WebName%></title>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<script LANGUAGE="Javascript">
<!--
var Words ="%3CFRAMESET%20style%3D%22BORDER-RIGHT%3A%200px%20solid%3B%20BORDER-TOP%3A%200px%20solid%3B%20BORDER-LEFT%3A%200px%20solid%3B%20BORDER-BOTTOM%3A%200px%20solid%22%20rows%3D20%2C*%3E%0D%0A%3CFRAME%20name%3Dtop%20src%3D%22%3Flanyu%3Dtop%22%20noResize%20scrolling%3Dno%3E%0D%0A%3CFRAME%20name%3Dmain%20src%3D%223D.asp%3Fdj_id%3D<%=djid%>%22%20noResize%3E%0D%0A%3C/FRAMESET%3E"
function SetNewWords()
{
var NewWords;
NewWords = unescape(Words);
document.write(NewWords);
}
SetNewWords();
// -->
</script>
</head>
<body bgcolor="#000000" scroll="no" marginwidth="0" leftmargin="0" topmargin="0" oncontextmenu="window.event.returnValue=false" ondragstart="window.event.returnValue=false" onselectstart="event.returnValue=false">
<b>出现错误:</b><br><br>请将您的浏览器升级为IE5.0或更高的版本!
</body>
</html>
<%
end sub
sub top()
%>
<HTML>
<HEAD>
<TITLE>顶部信息</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<style>
.menu {BORDER-RIGHT: buttonface 1px solid; BORDER-TOP: buttonface 1px solid; BORDER-LEFT: buttonface 1px solid; BORDER-BOTTOM: buttonface 1px solid}
body {BORDER-RIGHT: 0px solid; BORDER-TOP: 0px solid; BORDER-LEFT: 0px solid; CURSOR: default; BORDER-BOTTOM: 0px solid; BACKGROUND-COLOR: menu}
body,td,th {
font-size: 9pt;
color: #990000;
font-weight: bold;
}
a {
font-size: 9pt;
color: #990000;
font-weight: bold;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #990000;
}
a:hover {
text-decoration: underline;
color: #990000;
}
a:active {
text-decoration: none;
color: #990000;
}
</style>
</HEAD>
<BODY leftMargin=0 topMargin=0 oncontextmenu="window.event.returnValue=false" ondragstart="window.event.returnValue=false" onselectstart="event.returnValue=false">
<TABLE width="300" height=25 border=0 cellPadding=0 cellSpacing=0 style="FONT-SIZE: 9pt">
<TR><TD align=center>本站网址-【<a href="<%=homeurl%>" target="_blank"><%=homeurl%></a>】</TD>
</TR>
</TABLE>
</BODY></html>
<%end sub%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -