📄 links.asp
字号:
<!-- #include file="include/config_other.asp" -->
<!-- #include file="include/conn.asp" -->
<%
dim nummer:nummer=5
tit="友情链接"
call web_head(0,0,0,0,0)
'------------------------------------left----------------------------------
call format_login()
call links_left()
'response.write left_action("jt13",4)
'----------------------------------left end--------------------------------
call web_center(0)
'-----------------------------------center---------------------------------
response.write ukong&table1
response.write vbcrlf&"<tr"&table2&"><td class=end> "&img_small(us)&" <b>合作站点</b></td></tr><tr"&table3&"><td align=center>"
%>
<table border=0 width='100%' cellspacing=0 cellpadding=0>
<tr><td align=center><%call links_main("fir",nummer)%></td></tr>
</table>
<%
response.write vbcrlf&"</td></tr>"
response.write vbcrlf&"<tr"&table2&"><td class=end> "&img_small(us)&" <b>友情链接</b></td></tr><tr"&table3&"><td align=center>"
%>
<table border=0 width='100%' cellspacing=0 cellpadding=0>
<tr><td align=center><%call links_main("sec",nummer)%></td></tr>
</table>
<%
response.write vbcrlf&"</td></tr>"
response.write vbcrlf&"<tr"&table2&"><td class=end> "&img_small(us)&" <b>文字链接</b></td></tr><tr"&table3&"><td align=center>"
%>
<table border=0 width='100%' cellspacing=0 cellpadding=0>
<tr><td align=center><%call links_main("txt",nummer)%></td></tr>
</table>
<%
response.write vbcrlf&"</td></tr>"
response.write vbcrlf&"<tr"&table2&"><td class=end> "&img_small(us)&" <b>链接说明</b></td></tr><tr"&table3&"><td align=center>"
%>
<table border=0 width=450>
<tr><td>
<table border=0><tr><td class=htd>1、站点必须内容详实,制作马虎或名不副实者恕不链接。<br>
2、含有修改浏览者默认页或注册表的网页不予链接。<br>
3、含有任何反动内容或色情内容的不予链接。</td></tr></table>
</td></tr>
</table>
<%
response.write vbcrlf&"</td></tr></table><br>"
'---------------------------------center end-------------------------------
call web_end(0)
sub links_left()
tit=vbcrlf&"<table border=0 width='100%' cellpadding=0 cellspacing=0>" & _
vbcrlf&"<tr><td align=center height=50><a href='" & web_var(web_config,2) & "' target=_blank><img border=0 src='images/links/logo.gif' width=88 heigh=31 alt='" & web_var(web_config,1) & "'></a></td></tr>" & _
vbcrlf&"<tr><td align=center valign=top><textarea name=flink_main rows=5 cols=21 onfocus=this.select() onmouseover=this.focus()><a href='" & web_var(web_config,2) & "' target=_blank><img border=0 src='" & web_var(web_config,2) & "/images/links/logo.gif' width=88 heigh=31 alt='" & web_var(web_config,1) & "'></a></textarea></td></tr>" & _
vbcrlf&"</table>"
call left_type(tit,"links",1)
end sub
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -