资源描述:
《外文翻译_图书管理系统设计及开发usingthexmlhttprequestobject》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、word文档整理分享UsingtheXMLHttpRequestObjectNowthatwe’vediscussedthehistoryofdynamicWebapplicationsandintroducedAjax,it’stimetocovertheheartofthematter:howtousetheXMLHttpRequestobject.WhileAjaxismoreofatechniquethanatechnology,withoutwidespreadsupportforXMLH
2、ttpRequest,GoogleSuggestandTa-daListwouldn’texistaswecurrentlyknowthem.Andyouwouldn’tbereadingthisbook!XMLHttpRequestwasoriginallyimplementedinInternetExplorer5asanActiveXcomponent.ThatitworkedonlyinInternetExplorerkeptmostdevelopersfromusingXMLHttpReq
3、uestuntilitsrecentadoptionasadefactostandardinMozilla1.0andSafari1.2.It’simportanttonotethatXMLHttpRequestisnotaW3Cstandard,thoughmuchofthefunctionalityiscoveredinanewproposal:theDOMLevel3LoadandSaveSpecification.Becauseitisnotastandard,itsbehaviormayd
4、ifferslightlyfrombrowsertobrowser,thoughmostmethodsandpropertiesarewidelysupported.Currently,Firefox,Safari,Opera,Konqueror,andInternetExplorerallimplementthebehavioroftheXMLHttpRequestobjectsimilarly.Thatsaid,ifasignificantnumberofyourusersstillaccess
5、yoursiteorapplicationwitholderbrowsers,youwillneedtoconsideryouroptions.AswediscussedinChapter1,ifyouaregoingtouseAjaxtechniques,youneedtoeitherdevelopanalternativesiteorallowyourapplicationtodegradegracefully.Withmostusagestatisticsindicatingthatonlya
6、smallfractionofbrowsersinusetodaylackXMLHttpRequestsupport,thechancesofthisbeingaproblemareslim.However,youneedtocheckyourWeblogsanddeterminewhatclientsyourcustomersareusingtoaccessyoursites.OverviewoftheXMLHttpRequestObjectYoumustfirstcreateanXMLHttpR
7、equestobjectusingJavaScriptbeforeyoucanusetheobjecttosendrequestsandprocessresponses.SinceXMLHttpRequestisnotaW3Cstandard,youcanuseJavaScriptin参考资料word文档整理分享acoupleofwaystocreateaninstanceofXMLHttpRequest.InternetExplorerimplementsXMLHttpRequestasanAct
8、iveXobject,andotherbrowserssuchasFirefox,Safari,andOperaimplementitasanativeJavaScriptobject.Becauseofthesedifferences,theJavaScriptcodemustcontainlogictocreateaninstanceofXMLHttpRequestusingtheActiveXtechniqueorusingthenativeJavaScript