IE VS NETSCAPE[16]

[入库:2005年8月19日] [更新:2007年3月24日]

本文简介:选择自 edwardfay 的 blog

        xmlserverhttp.send(domdoc);

        re = xmlserverhttp.responsetext;

    }  

 

25

<tr id=”tr1” a=”a1” b=”b1”>

取值:

tr1.attributes.getnameditem("a ").value

tr1.attributes.getnameditem("b ").value

赋值或者设置属性

tr1.setattribute(“a”,”a1”)

tr1.setattribute(“b”,”b1”);

 

tr1.a

tr1.b

本文关键:IE VS NETSCAPE
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top