right.asp
来自「国内第一数字点卡销售程序。功能强大。 完整无错!数据文件经MD5加密!经严格测」· ASP 代码 · 共 127 行
ASP
127 行
<table border="0" style="border-collapse: collapse" width="170" cellpadding="0" id="table2" height="155" >
<tr><td height="26" >
<p align="center">
<img border="0" src="images/e-kfzx.jpg" width="170" height="26"></td>
</tr>
<tr>
<td height="150" >
<%sql="select sys_tel,sys_qq,sys_mail from sys"
rs.open sql,conn,3,3%>
<table border="0" width="111%" cellspacing="0" cellpadding="0" height="152">
<tr>
<td width="48">
<img border="0" src="images/help1.gif" width="39" height="39"></td>
<td><b><font color="#FF3300" face="Arial">电话:</font><br>
<font color="#0000FF"><%=rs("sys_tel")%></font></b>
</td>
</tr>
<tr>
<td width="48">
<img border="0" src="images/help2.gif" width="48" height="39"></td>
<td><b><font color="#FF3300" face="Arial">E-mail:</font><br>
<font face="Arial" color="#0000FF"><%=rs("sys_mail")%></font></b><font color="#0000FF">
</font> </td>
</tr>
<tr>
<td width="48">
<img border="0" src="images/help3.gif" width="39" height="39"></td>
<td><b><font face="Arial" color="#FF3300">Q Q:</font><br>
<font color="#0000FF"><%=rs("sys_qq")%></font></b>
</td>
</tr>
</table>
</td><%rs.close%>
</tr>
</table>
<table width="170" border="0" cellspacing="0" cellpadding="0" id="table3" bgcolor="#FFFFFF" >
<tr>
<td class="box1" align="center" height="25" >
<img border="0" src="images/e-spcx.jpg" width="170" height="26"></td>
</tr>
<tr>
<form method="POST" action="search.asp">
<td bgcolor="#FFFFFF" height="53" style="padding-bottom: 10px">
<div align="center">
<br>
<input type="text" name="keyword" size="16" class="ipt"><br>
<br>
</div>
<div align="center">
<input type="image" border="0" name="I1" src="images/search.jpg" width="81" height="20"></div></td>
</form>
</tr>
<tr>
<td align="center" height="25">
<img border="0" src="images/e-hkxx.jpg" width="170" height="26"></td>
</tr>
<tr>
<td align="center" height="25">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="21">
<%sql="select * from bank"
rs.open sql,conn,3,3
do while not rs.eof%>
<tr>
<td width="35">
<img border="0" src="<%=rs("bankpic")%>"></td>
<td>
<p style="line-height: 150%"><b><font face="Arial" style="font-size: 9pt">
<font color="#FF3300"><%=rs("bankname")%></font><br>
<font color="#808080"><%=rs("banknumber")%><br>
<%=rs("hostname")%></font></font></b></td>
</tr>
<%rs.movenext
loop
rs.close%>
</table>
</td>
</tr>
<%sql="select * from ad"
rs.open sql,conn,3,3
if rs("right")<>"" then %>
<tr>
<td>
<p align="center">
<a href="<%=rs("righturl")%>">
<img border="0" src="<%=rs("right")%>" ></a>
</td>
</tr>
<%end if
rs.close%>
</table>
<table border="0" width="170" cellspacing="0" cellpadding="0" id="table2" height="130" bgcolor="#FFFFFF">
<tr>
<td height="25">
<p align="center">
<img border="0" src="images/e-yqlj.jpg" width="170" height="26"></td>
</tr>
<tr>
<td style="padding-top: 4px; padding-bottom: 4px">
<div align="center">
<table width="163" border="0" cellspacing="1" cellpadding="5" style="border-right-color: #E8F4FF; border-bottom-color: #E8F4FF" height="61" >
<tr>
<td >
<%
sql="select * from imglinks order by linkorder desc"
rs.open sql,conn,3,3
if rs.eof then
%>
暂无友情链接
<%end if %>
<%
do while not rs.eof %>
<p align="center"><a href="<%=rs("linkurl")%>"><img border="0" src="<%=rs("linkimg")%>" ></a><br>
<%
rs.movenext
loop
rs.close%></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?