|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
asp是基于web的一种编程技术,可以说是cgi的一种。它可以完成以往cgi程序的所有功能,如计数器、留言簿、公告板、聊天室等等。asp+|程序|页面【bigeagle】于2000-11-1315:38:10加贴在JoyASP↑:
<%@PageInherits="Forum"Src="source/forum.cs"Trace="false"%>
<%@RegisterTagPrefix="Acme"TagName="Navigator"Src="acme/navigator.aspc"%>
<!--#includefile="include/publicproc.inc"-->
<%ShowHead("论坛首页");%>
<formrunat=server>
<tablewidth=720align=centerborder=0>
<tr>
<tdwidth=30align=left>
</td>
<tdwidth=400>(<asp:LabelID="lblTopicCounts1"runat=server/>)
<asp:LabelID="lblForumName"runat=server/>
版主:
<ahref=default.aspx>
<spanclass=bigtitle>
eMattersBoard
</span></a>
<asp:Labelid="lblForumName1"class=titlerunat=server/>
</td></tr>
</table>
</td>
</tr>
</table>
<tablewidth=720align=centerborder=0>
<tr>
<tdalign=right>
<asp:imagebuttonid="btnPostNew"src=images/post.gifborder=0runat=server/>
</td>
</tr>
</table>
<Acme:Navigatorrunat=server/>
<tablewidth=720border=0cellspacing=1cellpadding=4align=center>
<trbgcolor=#ffffff>
<tdwidth=600>
共<asp:Labelid="lblTopicCounts"runat=server/>个主题,
每页显现<asp:LabelID="lblPerPage"runat=server/>条。
今朝在页:<asp:Labelid="lblPosition"runat=server/>
</td>
<tdwidth=30align=center>
<asp:HyperLinkid="linkFirstPage"runat=server>
首页
</asp:HyperLink>
</td>
<tdwidth=30align=center>
<asp:HyperLinkid="linkPrevPage"runat=server>
前页
</asp:HyperLink>
<tdwidth=30align=center>
<asp:HyperLinkid="linkNextPage"runat=server>
后页
</asp:HyperLink>
</td>
<tdwidth=30align=center>
<asp:HyperLinkid="linkLastPage"runat=server>
末页
</asp:HyperLink>
</td>
</tr>
</table>
<center>
<asp:tableid="tblTopic"width=720cellpadding=4cellspacing=1bgcolor=#000000align=centerrunat=server>
<asp:TableRowbgcolor=#ffffffvalign=bottom>
<asp:TableCellwidth=30runat=server>
</asp:TableCell>
<asp:TableCellwidth=30runat=server>
</asp:TableCell>
<asp:TableCellclass=titlewidth=350runat=server>
主题
</asp:TableCell>
<asp:TableCellwidth=60class=titlerunat=server>
作者
</asp:TableCell>
<asp:TableCellwidth=40class=titlerunat=server>
复兴
</asp:TableCell>
<asp:TableCellclass=titlerunat=server>
最初复兴工夫
</asp:TableCell>
</asp:TableRow>
</asp:table>
</center>
<tablewidth=720border=0cellspacing=1cellpadding=4align=center>
<trbgcolor=#ffffff>
<tdwidth=600>
</TD>
<tdwidth=30align=center>
<asp:HyperLinkid="linkFirstPage1"runat=server>
首页
</asp:HyperLink>
</td>
<tdwidth=30align=center>
<asp:HyperLinkid="linkPrevPage1"runat=server>
前页
</asp:HyperLink>
<tdwidth=30align=center>
<asp:HyperLinkid="linkNextPage1"runat=server>
后页
</asp:HyperLink>
</td>
<tdwidth=30align=center>
<asp:HyperLinkid="linkLastPage1"runat=server>
末页
</asp:HyperLink>
</td>
</tr>
</table>
<tablewidth=720align=centerborder=0></p>ASP是依赖组件的,能访问数据库的组件好多就有好多种,再有就是你微软的工具可是什么都要收钱的啊! |
|