个人网页设计与制作-毕业论文 下载本文

西安电子科技大学网络学院毕业设计

个人网页设计与制作

二○一○年九月

摘 要

本论文将对个人网页设计与制作的方法、工具等展开研究和探讨。在介绍网页设计与制作语言的基础上,着重使用JavaScript作为工具语言进行网页设计与制作的实际操作,分别对基于对象的JavaScript语言、内部对象系统的使用及WEB页面信息交互——窗口和框架进行详细描述,并利用具体的实例进行验证。

本论文主要章节如下,第一章:绪论,本章主要介绍网页设计的相关知识。第二章:网页设计语言概述,本章主要介绍网页设计的语言——HTML,以及用于编辑HTML语言的软件,为后续工作奠定基础。第三章:基于对象的JavaScript语言,本章介绍了基于对象的JavaScript中常用内部对象属性、方法的使用。第四章:内部对象系统的使用,本章主要介绍使用浏览器的内部对象系统,可实现与HTML文档进行交互。第五章:WEB页面信息的交互——窗体与框架,本章主要介绍实现网页的动态交互,必须掌握有关窗体对象(Form)和框架对象(Frames)更为复杂的知识。

关键词: 网页制作 网页设计 HTML ASP

Abstract

Methods, tools of web design and production are researched and studied. based on introducing the web design and production of language, JavaScript language are used as a tool to operate the actual web design and production. Object-based JavaScript language and the use of internal object system and interactive WEB page of information - window and frame are decrypted in detail. Concrete examples are verified.

The main sections of this paper are as follows, Chapter I: Introduction, this chapter introduces the web design knowledge. Chapter II: an overview of web design language, this chapter introduces the language of web design - HTML, as well as software for editing HTML language, lay the foundation for the follow-up. Chapter III: object-based

JavaScript language, this chapter introduces the JavaScript based on commonly used objects within the object properties, methods of use. Chapter IV: the use of internal object system, this chapter introduces the browsers internal object system can be realized to interact with HTML documents. Chapter V: WEB page interaction information - form and framework, this chapter introduces the realization of dynamic interactive web pages, you must master the form object (Form) and the framework of the object (Frames) more complex knowledge.

目 录

第一章 绪论 ......................................................... 1 1.1 网页设计概述 ................................................... 1 1.2 网页设计的要素 ................................................. 1 1.3 本论文工作 ..................................................... 2 第二章 网页设计语言概述 ............................................. 3 2.1 HTML语言介绍 ................................................... 3 2.2 常用的HTML语言编辑软件 ........................................ 4 2.3 本章小结 ....................................................... 9 第三章 基于对象的JAVASCRIPT语言 ................................... 10 3.1 对象的基础知识 ................................................ 10 3.2常用对象的属性和方法 .......................................... 13 3.3 本章小结 ...................................................... 18 第四章 内部对象系统的使用 .......................................... 19 4.1浏览器对象层次及其主要作用 .................................... 19 4.2文档对象功能及其作用 .......................................... 19 4.3内部对象系统实例 .............................................. 21 4.4 本章小结 ...................................................... 23 第五章 WEB页面信息的交互——窗体与框架 ............................ 24 5.1窗体基础知识 .................................................. 24 5.2 窗体中的基本元素 .............................................. 25 5.3窗体对象实例 .................................................. 29 5.4 框架 .......................................................... 32 5.5 框架的访问 .................................................... 34 5.6 本章小结 ...................................................... 37 第六章 结 论 ....................................................... 38 致 谢 ............................................................ 39 参考文献 ............................................................ 40