JohnLee
          JohnLee is on the road.
          posts - 5,comments - 0,trackbacks - 0

          Have known AJAX for a very long time. But here I still want to write it down about how to create DOM Document at Client side.

          1. document.implementation which is supported by Mozilla, Netscape etc
          2. ActiveObject which is provided by MS

          If you are using Mozilla, write code like this:

          if (document.implementation && document.implementation.createDocument) {
          ??xmlDocument?
          = ?document.implementation.createDocument('','', null
          );
          }

          If you are using MS, write code like this:
          xmlDocument? = ? new ?ActiveObject( " MSXML.DOMDocument " );

          Here list down the versions of MSXML:
          MSXML.DOMDocument
          MSXML2.DOMDocument
          MSXML3.DOMDocument
          MSXML4.DOMDocument
          Microsoft.XmlDom
          posted on 2007-01-25 11:41 JohnLee 閱讀(129) 評論(0)  編輯  收藏 所屬分類: Technology

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 信丰县| 扶沟县| 南乐县| 乌鲁木齐市| 丹凤县| 邓州市| 腾冲县| 泊头市| 厦门市| 蓬安县| 宜宾市| 乐至县| 德庆县| 汨罗市| 嵊州市| 利辛县| 武义县| 宁武县| 林周县| 宜都市| 铁岭市| 新竹县| 博罗县| 闵行区| 遂宁市| 元江| 团风县| 称多县| 民权县| 黔南| 沭阳县| 岑溪市| 皋兰县| 新平| 庆元县| 金寨县| 屯昌县| 九龙坡区| 林芝县| 曲沃县| 玉田县|