⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 link.asp

📁 一个不错的个人商务网站的源码
💻 ASP
字号:
<!--#include file="db_conn.asp"-->
<!--#include file="comm/comm.asp"-->
<!--#include file="comm/pages.asp"-->
<!--#include file="comm/my_request.asp"-->
<!--#include file="comm/sub.asp"-->
<!--begin TOP-->
<%
'说明 head(a,b,c)
'a为页标题
'b为页描述
'c为页关键字

call head(r(26)&"-友情连接",r(27),r(28))
%>
<!--end TOP-->
<div align="center">
<table border="0" width="760" cellpadding="0" style="border-collapse: collapse">
	<tr>
		<td width="182" valign="top"><!--#include file="left.asp"--> </td>
		<td width="15" valign="top"> </td>
		<td width="563" valign="top">
<table border=0 width=563 cellpadding=0 style="border-collapse: collapse">
<tr>
<td width=72 class=topmanu_bg height=20>
<p align=center>友情连接</td>
<td width=490 height=13>
<p align=left></td>
</tr>
<tr>
<td width=563 colspan=2 class=right_nav height=3></td>
</tr>
</table>
<table border=0 width="100%" cellpadding=4 style="border-collapse: collapse" bordercolor=#CCCCCC>
<tr>
<td bgcolor=#FFFFFF>
文字连接</td>
</tr>
<tr>
<td bgcolor=#FFFFFF>
<%
'ulink(a,b)
'a=0时为文
'a=1时为图
'b为一行要显示的数目
call ulink(0,10)%></td>
</tr>
<tr>
<td bgcolor=#FFFFFF>
图片连接</td>
</tr>
<tr>
<td bgcolor=#FFFFFF><%call ulink(1,6)%></td>
</tr>
</table>
		</td>
	</tr>
</table>
</div>
<!--begin end-->
<%call boot()%><!--end end-->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -