网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
Firefox | IE | Maxthon | 迅雷 | 电驴 | BitComet | FlashGet | QQ | QQ空间 | Vista | 输入法 | Ghost | Word | Excel | wps | Powerpoint
asp | .net | php | jsp | Sql | c# | Ajax | xml | Dreamweaver | FrontPages | Javascript | css | photoshop | fireworks | Flash | Cad | Discuz!
当前位置 > 网站建设学院 > 网络编程 > ASP实例
Tag:注入,存储过程,分页,安全,优化,xmlhttp,fso,jmail,application,session,防盗链,stream,无组件,组件,md5,乱码,缓存,加密,验证码,算法,cookies,ubb,正则表达式,水印,索引,日志,压缩,base64,url重写,上传,控件,Web.config,JDBC,函数,内存,PDF,迁移,结构,破解,编译,配置,进程,分词,IIS,Apache,Tomcat,phpmyadmin,Gzip,触发器,socket
网络编程:ASP教程,ASP.NET教程,PHP教程,JSP教程,C#教程,数据库,XML教程,Ajax,Java,Perl,Shell,VB教程,Delphi,C/C++教程,软件工程,J2EE/J2ME,移动开发
本月文章推荐
.让自定义文件下载支持断点续传.
.用ASPJPEG组件制作图片的缩略图和.
.网上“店铺”DIY(3).
.一个功能完善的专栏管理的程序-&.
.利用ASP制作EXECL报表方法(二).
.用DataList控件开发一个简单的留.
.利用ASP将HTML格式数据传输给Exc.
.FrontPage创建HTML/ASP混合页面.
.天气预报的小偷,可以偷到全国24小.
.最简单的ASP聊天室(附源码).
.实例演练ASP+XML编程(2).
.一个简单的网上书城的例子(一).
.asp生日自动提醒小程式.
.广告播放和跟踪系统的制作.
.基于WEB系统的多语言支持--ASP国.
.如何用ASP编写网站统计系统(一).
.在VB中利用Word宏命令开发ASP组件.
.纯ASP上传图像文件到数据库的最佳.
.2栏分页显示(附显示的形式[1][2.
.列表项可上下移动的Multiple列表.

asp+的论坛列表程序---页面部分

发表日期:2000-12-4


asp+的论坛列表程序---页面部分    

--------------------------------------------------------------------------------
【bigeagle】 于 2000-11-13 15:38:10 加贴在 Joy ASP ↑:

<%@ Page Inherits="Forum" Src="source/forum.cs" Trace="false"%>
<%@ Register TagPrefix="Acme" TagName="Navigator" Src="acme/navigator.aspc" %>

<!--#include file="include/publicproc.inc"-->

<%ShowHead("论坛首页");%>         

<form runat=server>

<table width=720 align=center border=0>
   <tr>
       <td width=30 align=left>
           <img ID="imgNew" src="images/off.gif">
       </td>
       <td width=400>(<asp:Label ID="lblTopicCounts1" runat=server/>)
          <asp:Label ID = "lblForumName" runat=server/>
          <br>版主:<img id="imgOICQ" width=20 height=20 runat=server/>
          <asp:HyperLink ID="linkMaster" runat=server/>
       </td>
       <td>
<table width=100% border=0 align=left>
     <tr>
         <td align=left>
              <img src = 'images/open.gif'>
                  <a href='default.aspx'>
                    <span class=bigtitle>
                       eMatters Board
                    </span></a>
             <br><img src='images/tline.gif'>
              <img src = 'images/closed.gif'>
             <asp:Label id="lblForumName1" class=title runat=server/>
      </td></tr>
</table>
       </td>
   </tr>
</table>
<table width=720 align=center border=0>
   <tr>
       <td  align=right>
          <asp:imagebutton id="btnPostNew" src = 'images/post.gif' border=0 runat=server/>
       </td>
   </tr>
</table>
<Acme:Navigator runat=server/>
<br><br>

<table width=720 border=0 cellspacing=1 cellpadding=4 align=center>
     <tr bgcolor=#ffffff>
         <td width=600>
            共<asp:Label id="lblTopicCounts" runat=server/>个主题,
            每页显示<asp:Label ID="lblPerPage" runat=server/>条。
            目前在页:<asp:Label id="lblPosition" runat=server/>
         </td>
         <td width=30 align=center>
            <asp:HyperLink id="linkFirstPage" runat=server>
              首页
            </asp:HyperLink>  
         </td>
         <td width=30 align=center>
            <asp:HyperLink id="linkPrevPage" runat=server>
              前页
            </asp:HyperLink>  
         <td width=30 align=center>
            <asp:HyperLink id="linkNextPage" runat=server>
              后页
            </asp:HyperLink>  
         </td>
         <td width=30 align=center>
            <asp:HyperLink id="linkLastPage" runat=server>
              末页
            </asp:HyperLink>  
         </td>
     </tr>
</table>
<center>
  <asp:table id="tblTopic" width=720 cellpadding=4 cellspacing=1 bgcolor=#000000 align=center runat=server>
      <asp:TableRow bgcolor=#ffffff valign=bottom>
        <asp:TableCell width=30  runat=server>
            &nbsp;
        </asp:TableCell>
        <asp:TableCell width=30 runat=server>
            &nbsp;
        </asp:TableCell>
        <asp:TableCell class=title width=350 runat=server>
            主题
        </asp:TableCell>
        <asp:TableCell width=60 class=title runat=server>
            作者
        </asp:TableCell>
        <asp:TableCell width=40 class=title runat=server>
            回复
        </asp:TableCell>
        <asp:TableCell class=title runat=server>
            最后回复时间
        </asp:TableCell>
      </asp:TableRow>

  </asp:table>


</center>

<table width=720 border=0 cellspacing=1 cellpadding=4  align=center>
     <tr bgcolor=#ffffff>
         <td width=600>
           &nbsp;
         </TD>
         <td width=30 align=center>
            <asp:HyperLink id="linkFirstPage1" runat=server>
              首页
            </asp:HyperLink>  
         </td>
         <td width=30 align=center>
            <asp:HyperLink id="linkPrevPage1" runat=server>
              前页
            </asp:HyperLink>  
         <td width=30 align=center>
            <asp:HyperLink id="linkNextPage1" runat=server>
              后页
            </asp:HyperLink>  
         </td>
         <td width=30 align=center>
            <asp:HyperLink id="linkLastPage1" runat=server>
              末页
            </asp:HyperLink>  
         </td>
     </tr>
</table>
<br><br>



<table width=720 align=center border=0>
    <tr>
       <td align=right>
          <asp:DropDownList id="selChangeForum" runat=server/>
       </td>
   </tr>
</table>


</form>
<table width=720 border=0 cellpadding=4 align=center>
     <tr valign=bottom>
         <td width=200 align=left>
            <img src='images/closedb.gif'>
            自从您上次访问后有新贴子。
         </td>
         <td align=left width=150>
              &nbsp;&nbsp;(<img src='images/hotclosedb.gif'>
            回复超过10张。)
         </td>
         <td>&nbsp;</td>
     </tr>
     <tr valign=bottom>
         <td  align=left>
            <img src='images/closed.gif'>
            自从您上次访问后没有新贴子。
         </td>
         <td align=left>
           (<img src='images/hotclosed.gif'>
            回复超过5张。)
         </td>
         <td>&nbsp;</td>
     </tr>
     <tr>
         <td colspan=3 align=left>
            <img src='images/lock.gif'>
            关闭的主题 - 不接受回复。
         </td>
    </tr>
         <td colspan=3 align=center>
          <asp:imagebutton id="btnPostNew1" src = 'images/post.gif' border=0 runat=server/>
           </a>
         </td>
    </tr>
</table><br><br>

<%ShowBottom() ;%>


上一篇:asp+的论坛列表程序---代码部分 人气:10058
下一篇:asp+版本简单的留言板的制作(一)  人气:78763
浏览全部的内容 Dreamweaver插件下载 网页广告代码 祝你圣诞节快乐 2009年新年快乐