📄 js.asp
字号:
<!--#include file="conn.asp"-->
<%
'-------------------------------------
'功能:显示符合条件的友情链接
'天天智能友情链接管理系统
'天天DV网制作 http://www.ttdv.cn
'电脑家园http://www.pc326.com
'文秘家园http://www.wm326.com
'博大网址库http://www.ip126.com
'可自由传播和免费使用,但必须保留此完整版权信息
'本程序撷取了ITlearner、博大网址库智能友情链接系统、飞
'越智能友情链接系统等优秀程序中的源代码,对他们的作者表示感谢
'-------------------------------------
%>
document.writeln("<div class=\"main_title<%=skin%>\">");
document.writeln("<font color=\'#FF0000\'><%=WebName & ChannelName%> <\/font>");
document.writeln("<a href=\"/link/addlink.asp\" target=\"_blank\">申请友情链接<\/a>");
document.writeln(" | <a href=\"/link/morelink.asp\" target=\"_blank\">友情链接列表<\/a>");
document.writeln(" | <a href=\"/link/admin.asp\" target=\"_blank\">用户控制面板<\/a>");
document.writeln(" | <a href=\"/link/index.asp\" target=\"_blank\">系统帮助中心<\/a>");
document.writeln(" | <a href=\"http:\/\/www.ttdv.cn\" target=\"_blank\">感谢天天DV网提供本程序<\/a>");
document.writeln("<\/div>")
document.writeln("<div class=\"mainbar_b<%=skin%>\">")
<%
dim strjs
set hxcache=new cls_cache
hxcache.Name="js"
if not hxcache.ObjIsEmpty() then
strjs=hxcache.value
else
%><!--#include file="reload.asp"--><%
reloadlink()
end if
set hxcache = nothing
set hx = nothing
response.write "document.write('"&strjs&"');"
%>
document.writeln("<div class=\"main_title<%=skin%>\">本智能友情链接管理系统动态排名,按日均点进次数的多少来排列顺序,且日均大于<%=inpc%>次以上才在首页显示(前<%=LineLogo*LineNum%>位显示图标)!<\/div>")
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -