两种字幕的效果(很有用)
<script language="vbscript" src="infoshow.vbs"></script><script language="vbscript" src="friendshow.vbs"></script>
用来调用这两个.vbs文件,
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr>
<td height="25" align="center" valign="bottom" id="info"> </td>
</tr></table>
<table width="100%" border="0" cellspacing="1" cellpadding="2" class=bdall><tr>
<td height="15" align="center" id="friend" ></td>
</tr></table>
+++++++ friendshow.vbs ++++++++++++++++++++++++++++++++++++
'显示友情连接
arf=0
dim inff(4)
inff(0)="<a href='http://www.chinausbiz.com' target='_blank'>纽约中美商务网</a> | " & _
"<a href='../ad/luck.asp' target='_blank'>保定乐凯光学电子有限公司</a> | " & _
"<a href='http://www.chinamet.com/' target='_blank'>中国机电贸易网</a> | " & _
"<a href='http://www.ccct.org.cn/' target='_blank'>中国纺织品进出口商会</a>"
inff(1)="<a href='http://www.icecf.com/' target='_blank'>中国出口商品交易会</a> | " & _
"<a href='http://www.chinaim-export.com/cn/' target='_blank'>中华进出口在线</a> | " & _
"<a href='http://www.cn.bizipoint.com/gb/index.php3' target='_blank'>中国电子商会</a> | " & _
"<a href='http://www.chinafiw.com/e_m/site/mysystem154.asp' target='_blank'>中国外资网</a> | " & _
"<a href='http://www.cctvcr.com.cn' target='_blank'>央视国际</a> | " & _
"<a href='http://www.mc-ccpit.com' target='_blank'>中国冶金贸易会 </a>"
补充:asp教程,高级应用