ASP在网站建设中的应用
日期:2018年01月15日
编辑:
作者:无忧论文网
点击次数:3017
论文价格:100元/篇
论文编号:lw200611022109089236
论文字数:18187
所属栏目:计算机软件论文
论文地区:
论文语种:中文
论文用途:本科毕业论文 BA Thesis
ASP(Active Server Pages)技术在网站建设中应用
目 录
目 录 1
ASP(Active Server Pages)技术在网站建设中应用 1
内容提要 3
关键字 4
Key Word 4
1.一个简单的留言板 4
1.1系统简介 4
1.2系统的实现 5
1.2.1填写留言的页面 5
1.2.2处理留言 5
ASP中的Request 对象 6
服务器环境变量ServerVariables集 6
ASP中的Response 对象 9
ASP中的Server 对象 10
Microsoft ADO简介 10
ADO 中的Connection对象 11
1.2.3显示其他人的留言 12
ADO中的Recordset 对象 13
1.2.4管理你的留言板 16
1.3小结 17
2.网络论坛系统 17
2.1系统简介 17
2.2系统功能 18
2.3运行环境 18
2.4数据库结构及程序设计 18
2.4.1数据库结构设计 18
2.4.2页面及程序设计 19
2.4.2.1主页面 20
index.asp 的设计 20
2.4.2.2新用户注册 21
usernew.asp 的设计 21
2.4.2.3 BBS页面 21
userlogin.asp 的设计 21
ASP中的Application对象和Session对象 22
bbs.asp 的设计 22
bbsdisp.asp 的设计 25
bbsnew.asp 的设计 28
2.4.2.4管理页面 28
rootlogin.asp 的设计 28
bbsmanager.asp 的设计 28
bbsnewsdelete.asp 的设计 29
usermanager.asp 的设计 31
userdelete.asp 的设计 31
2.4.2.5无数据记录信息 31
norecord.htm 的设计 31
2.5 小结 31
3.网上书城系统 32
3.1系统简述 32
3.2系统分析 33
3.2.1用户登陆模块 34
3.2.2产品显示模块 34
3.2.3购物篮模块 34
3.2.4订单模块 34
3.3运行环境 34
3.4数据组织 35
3.4.1代码设计 35
3.4.2数据库结构设计 35
3.4.3创建数据库对象 36
3.5代码编写 39
3.5.1浏览商品树结构 39
3.5.2购物车的实现 40
3.5.3订单的实现 44
ASP 中的事务处理 45
创建事务性脚本 45
编写事务事件 47
使用MTS注意事项 47
4.结束语 48
参考资料: 48
内容提要
本文主要是论述了利用微软公司(Microsoft)开发的ASP(Active Server Pages)技术进行网站的开发。ASP技术对于一个Web应用开发者来说,它能增强了网页的动态性和交互性,可以开发出复杂、灵活、强健的应用程序,而且通过使用ADO(Active Data Object)技术连接到数据库,使通过动态网页从数据库发布数据变成一件很简单的事情。下面以生动、鲜明的例子进行说明ASP如何应用在网站建设中。
Abstract
The Article discuss how to build a web site with ASP which empoldered by Microsoft.ASP is the future of the web. If you're looking for a way to create attractive, intelligent web pages or, if you're just looking for a way to extend your HTML know-how, then ASP is an effective way to acheive your goals. With ASP, you can customize your web pages to be more dynamic, more efficient and more responsive to your users. It's not just a technology, though - to get the best out of ASP, you'll be using it in tandem with HTML, and with one or more of the web's technology,such as ADO,Vbscript,MTS and so on.
关键字
客户端/服务器、连接、ADO、事务处理
Key Word
Client/Server、Connection、ADO、Transation