资源描述:
《文档对象模型和动态html外文翻译》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、河北建筑工程学院毕业设计(论文)外文资料翻译系别:计算机系专业:计算机科学与技术班级:计092班姓名:孙全华学号:2009309216外文出处:导师提供指导教师评语:签字:年月日英语原文:DocumentObjectModelandDynamicHTMLThetermDynamicHTML,oftenabbreviatedDHTML,referstothetechniqueofmakingWebpagesdynamicbyclient-sidescriptingtomanipulatethedocumentcont
2、entandpresentation.Webpagescanbemademorelively,dynamic,orinteractivebyDHTMLtechniques.WithDHTML,youcanprescribeactionstriggeredbybrowsereventstomakethepagemorelivelyandresponsive.Suchactionsmayalterthecontentandappearanceofanypartsofthepage.Thechangesarefastan
3、defficientbecausetheyaremadebythebrowserwithouthavingtonetworkwithanyservers.Typically,theclient-sidescriptingiswritteninJavaScriptandbasictechniquesformakingWebpagesdynamic.Contrarytowhatthenamemaysuggest,DHTMLisnotamarkuplanguageorasoftwaretool.Itisatechniqu
4、etomakeWebpagesdynamicthroughclient-sideprogramming.Inthepast,DHTMLreliedonbrowser-andvendor-specificfeatures.Makingsuchpagesworkforallbrowsersrequiresmucheffort,testing,andunnecessarilylongprograms.StandardizationeffortsatW3Candelsewherearemakingitpossibletow
5、ritestandard-basedDHTMLthatworksforallcompliantbrowsers.Standard-basedDHTMLinvolvesthreeaspects.1.JavaScript—forcross-browserscripting(Chapter9)2.CascadingStyleSheets(CSS)—forstyleandpresentationcontrol(Chapter6)3.DocumentObjectModel(DOM)—forauniformprogrammin
6、ginterfacetoaccessandmanipulatetheWebpageasadocumentWhenthesethreeaspectsarecombined,yougettheabilitytoprogramchangesinWebpagesinreactiontouser-orbrowser-generatedevents.Therefore,youcanmakeHTMLpagesmoredynamic.PopularwithWebdevelopers,supportedbyallmajorbrows
7、ers,andstandardized,JavaScriptprovidestheabilitytoprogrambrowseractionsinresponsetoevents.Tohavetruecross-platformDHTML,westillneedauniformwayforJavaScripttoaccessandmanipulateWebdocuments.ThisbringsustotheDOM.10.1WhatisDOM?Theobjectiveofunitandintegrationtest
8、ingwastoensurethatthecodeimplementedthedesignproperly;thatis,thattheprogrammerswrotecodetodowhatthedesignersintended.Insystemtesting,wehaveaverydifferentobjective:toensurethatthesy