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

📄 default.asp

📁 一个免费的绿叶网上书店请大家提宝贵意见 站长的帐号是   用户名:雨丁香  密码:200505 副站长帐号是   用户名: wangli 密码:197207
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../include/top2.asp"-->
<table width="778" height="116" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr> 
    <td width="213" background="../images/bg3.gif">&nbsp;</td>
    <td width="565" rowspan="11"> <% dim sql
		sql="select * from liuyan"
		rs.open sql,conn,1,2
		%> <!--#include file="../include/pages.inc"--> <table width="565" height="114" border="0" cellpadding="0" cellspacing="0">
        <% for i=1 to rs.pagesize
		  if rs.eof then exit for %>
        <tr> 
          <td width="150"> <% if rs("sex")=true then %> <img src="../images/liuyan/Male.gif" width="23" height="21"> 
            <% else %> <img src="../images/liuyan/Female.gif" width="23" height="21"> 
            <% end if %> <font color="#0000FF" size="2"><%=rs("username")%></font></td>
          <td width="55">&nbsp;</td>
          <td width="360"><% if rs("oicq")<>"" then %> <img src="../images/liuyan/oicq.gif" width="16" height="16" alt="<%=rs("username")%>的OICQ号码是:<%=rs("oicq")%>"> 
            <% else %> <img src="../images/liuyan/qq1.gif" width="20" height="16"> 
            <% end if %> &nbsp; <% if rs("email")<>"" then %> <img src="../images/liuyan/email.gif" width="16" height="16" alt="<%=rs("username")%>的Email号码是:<%=rs("email")%>"> 
            <% else %> <img src="../images/liuyan/email1.gif" width="24" height="11"> 
            <% end if %> &nbsp; <% if rs("homepage")<>"" then %> <img src="../images/liuyan/homepage.gif" width="47" height="18" alt="<%=rs("username")%>的个人主页是:<%=rs("homepage")%>"> 
            <% else %> <img src="../images/liuyan/home1.gif" width="14" height="14"> 
            <% end if %> &nbsp; <font size="2"><a href="gbookadd.asp" class="text2">我要留言</a></font></td>
        </tr>
        <tr> 
          <td width="150" rowspan="2"><div align="center"><img src="../images/liuyan/<%=rs("face")%>.gif" width="100" height="100"></div></td>
          <td height="11"> <div align="center"><font size="2">标题</font></div></td>
          <td><font size="2"><%=rs("title")%></font></td>
        </tr>
        <tr> 
          <td height="12"><div align="center"><font size="2">内容</font></div></td>
          <td> <table width="338" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td width="325"><font size="2"><%=rs("content")%></font></td>
              </tr>
            </table></td>
        </tr>
        <tr> 
          <td colspan="3"> <div align="left"><img src="../images/LINE11.gif" width="420" height="1"></div></td>
        </tr>
        <% rs.movenext 
		  next %>
      </table><p> <% call ShowPageNavigator(pageno,"default.asp")%></p></td>
  </tr>
  <!--#include file="../include/left2.htm"-->
  <tr>
    <td background="../images/bg3.gif">&nbsp;</td>
  </tr>
</table>

<% rs.close %>
<!--#include file="../include/foot.asp"-->

⌨️ 快捷键说明

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