1、 - 1 - 摘 要 本文以ASP为开发技术,以VBScript为服务器端脚本语言,以JScript作为客户 端脚本语言,实现了一个虚拟的网上商店购物系统。网上购物系统分为前台管理和 后台管理。 本文在这两方面实现了以下功能:后台管理包括新闻管理、商品管理、 订单管理、顾客用户管理、系统用户管理;前台商品查询和购买模块包括查看商品 列表、查询商品信息、查看商品信息、购买商品等模块。通过这些前台、后台功能 模块的设计,基本上实现了整个网上交易过程。 关键字: ASP 动态网页 源码 电子商务 WEB页 Abstract This thesis introduces a virtual shopp
2、ing system that is developed by ASP technology, using VBScript as the script of servers and JScript as the script of clients. The Virtual Shopping System includes the foreground management system and the background management system. The background system includes Board Management, Goods Managment,
3、Order Management, Users Management, Administrators Management. The foreground management system includes Inquiring Goods, Browsing Goods Information, Purchasing Goods and so on. The total bargaining is achieved by the the foreground management system and the background management system. Keywords: A
4、SP Active Page Source Code E-Commerce WEB Page - 2 - 摘 要. - 1 - Abstract . - 1 - 前言 - 3 - 1 ASP 概述 - 3 - 1.1 ASP1.1 ASP 的概念的概念 - 3 - 1.2 ASP1.2 ASP 的特点的特点 - 3 - 1.3 ASP1.3 ASP 的发展的发展 - 4 - 2 CSS 概述 - 4 - 3 SQL server 简介 . - 5 - 4 系统设计概述 - 6 - 4.14.1 系统功能概述系统功能概述 - 6 - 4.2 4.2 功能模块划分功能模块划分 . - 7 - 4.34.3 系统流程分析系统流程分析 - 7 - 4.44.4 数据库的设计数据库的设计 . - 7 - 4.54.5 管理主界面与登录程序设计管理主界面与登录程序设计 - 10 - 4.64.6 新闻信息管理模块设计新闻信息管理模块设计 .- 12 - 4.74.7 商品类别管商品类别管理模块设计理模块设计 .- 14 - 4.84.8 商品管理模块设计商品管理模块设计 - 16 - 4.