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

📄 fengqing.asp

📁 asp的新闻网站
💻 ASP
字号:
<table
    border="0" width="94%" cellspacing="0" cellpadding="3">
      <tr>
        <td width="100%" bgcolor="#800080" background="../images/bg-004.gif"><p align="center"><span
        style="font-size: 14px"><font color="#FFFFFF">社会风情</font></span></td>
      </tr>
      
    <%sql="select top 1 * from news2_info where menuid='004014'  order by infoid desc "
        rs.Open sql,conn,3,1
        if not rs.EOF then%>
      <tr>
        <td width="100%"
        style="border-left: 3px solid rgb(159,32,124); border-right: 3px solid rgb(159,32,124); border-bottom: 3px solid rgb(159,32,124)">
        <table  border="0" width="100%">
          <tr>
            <td width="100%"><p align="center"><a href="../looknews.asp?menuid=<%=rs("menuid")%>&infoid=<%=rs("infoid")%>"  target="_blank">
        <img src="<%=bigpicUrl%><%=rs("bigpic")%>"  width="100" height="80" border="0">
        </a></td>
          </tr>
          <tr>
            <td width="100%" ><span style="font-size: 14px">
            <p align="center"><a href="../looknews.asp?menuid=<%=rs("menuid")%>&infoid=<%=rs("infoid")%>"  target="_blank" class="l2">
            <font color="#ff0000"><%=rs("newstitle")%></a></span></font><br>
          </p> <%showbody (rs("introduction"))%> <p align=right>
          <a href="morenews.asp?menuid=<%=rs("menuid")%>&menuname=社会风情" class="l2" target="_blank">【更多...】</a>
          </td>
          </tr>
        </table>
        </td>
      </tr>
      <%end if
      rs.close%>
</table>

⌨️ 快捷键说明

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