XML (Extensible Markup Language) is a commonly used basis for representing a
huge range of structured data file formats. The specification is maintained by
the World Wide Web Consortium (w3c?. This plugin is intended as an example of
how XML data can be read with a DataPlugin. You can adjust it to meet the needs
of your own XML file format.
XML (Extensible Markup Language) is a commonly used basis for representing a
huge range of structured data file formats. The specification is maintained by
the World Wide Web Consortium (w3c?. This plugin is intended as an example of
how XML data can be read with a DataPlugin. You can adjust it to meet the needs
of your own XML file format.
XML (Extensible Markup Language) is a commonly used basis for representing a
huge range of structured data file formats. The specification is maintained by
the World Wide Web Consortium (w3c?. This plugin is intended as an example of
how XML data can be read with a DataPlugin. You can adjust it to meet the needs
of your own XML file format.
說明文件:
XML (Extensible Markup Language) is a commonly used basis for representing a
huge range of structured data file formats. The specification is maintained by
the World Wide Web Consortium (w3c?. This plugin is intended as an example of
how XML data can be read with a DataPlugin. You can adjust it to meet the needs
of your own XML file format.
This fourth edition of the definitive reference to JavaScript, a scripting language that can be embedded directly in web pages, covers the latest version of the language, JavaScript 1.5, as supported by Netscape 6 and Internet Explorer 6. The book also provides complete coverage of the w3c DOM standard (Level 1 and Level 2), while retaining material on the legacy Level 0 DOM for backward compatibility
AJAX入門之XMLHttpRequest慨述
在使用XMLHttpRequest對象發(fā)送請求和處理響應(yīng)之前,必須先用JavaScript創(chuàng)建一個XMLHttpRequest對象。由于XMLHttpRequest不是一個w3c標(biāo)準(zhǔn),所以可以采用多種方法使用JavaScript來創(chuàng)建XMLHttpRequest的實例。
Internet Explorer把XMLHttpRequest實現(xiàn)為一個ActiveX對象,其他瀏覽器(如Firefox、Safari和Opera)把它實現(xiàn)為一個本地JavaScript對象。由于存在這些差別,JavaScript代碼中必須包含有關(guān)的邏輯,從而使用ActiveX技術(shù)或者使用本地JavaScript對象技術(shù)來創(chuàng)建XMLHttpRequest的一個實例。