网络编程
位置:首页>> 网络编程>> Asp编程>> asp如何创建一个功能强大的文档管理程序?

asp如何创建一个功能强大的文档管理程序?

 来源:asp之家 发布时间:2009-11-15 17:44:00 

标签:文档,管理,程序

bookheader.asp

Recommended Books for <%=session("fname")%> &nbsp;
<%=session("lname")%><br><hr>

bookfooter.asp

<hr><br>
人气最旺的书已被<%=application("howmany")%>热情读者看过!

bookfuture.asp

<html>
<head>
<!--#include file="bookheader.asp"-->
<body>
<h1>精彩春风之新书预告</h1>
<ul>
    <li><b><i>出版:</b></i><br>中国水利水电出版社</li>
    <li><b><i>书名:</b></i><br> </li>
</ul>
<!--#include file="bookfooter.asp"-->
</body>
</html>

bookhorror.asp

<html>
<head>
<!--#include file="bookheader.asp"-->
<body>
<h1>精彩春风之网络幽默</h1>
<ul>
    <li><b><i> ASP与相关数据库技术高级指南</b></i><br>宋颜浩 费文华</li>
...
    </ul>
<!--#include file="bookfooter.asp"-->
</body></html>

bookmarketing.asp

<html><head>
<!--#include file="bookheader.asp"-->
<body>
<h1>精彩春风之WTO应对</h1>
<ul>
    <li><b><i> ASP与相关数据库技术高级指南</b></i><br>宋颜浩 费文华</li>
...    
</ul>
<!--#include file="bookfooter.asp"-->
</body></html>

booknovels.asp

<html><head>
<!--#include file="bookheader.asp"-->
<body>
<h1>精彩春风之推荐小说</h1>
<ul>
    <li><b><i> ASP与相关数据库技术高级指南</b></i><br>宋颜浩 费文华</li>
...
</ul>
<!--#include file="bookfooter.asp"-->
</body></html>

bookscifi.asp

<html>
<head>
<!--#include file="bookheader.asp"-->
<body>
<h1>精彩春风之古典言情</h1>
<ul>
    <li><b><i> ASP与相关数据库技术高级指南</b></i><br>宋颜浩 费文华</li>
...    
</ul>
<!--#include file="bookfooter.asp"-->
</body>
</html>

bookselfhelp.asp

<html>
<!--#include file="bookheader.asp"-->
<body>
<h1>精彩春风之求职</h1>
<ul>
    <li><b><i> ASP与相关数据库技术高级指南</b></i><br>宋颜浩 费文华</li>
...    
</ul>
<!--#include file="bookfooter.asp"-->
</body>
</html>


 

0
投稿

猜你喜欢

手机版 网络编程 asp之家 www.aspxhome.com