一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

document.getElementsByName和document.getElementById 在IE與FF中不同實現

對于ID & Name 按最經典的解釋的:“ID 就如同我們的身份證,Name就如同我們的名字”,也就是說,在一個html文檔中ID是唯一的,但是Name是可以重復的,就象我們的人名可以重復但是身份證確實全中國唯一的(PS:據說有重復的^_^)
但是對于document.getElementsByName 與document.getElementById 這個兩個方法,IE中是并沒有嚴格區分 ID 與 Name 的,比如:
<script type="text/Javascript">
function useGetElementsByNameWithId(id) {
var eles = document.getElementsByName('ID_A');
var msg = '使用 getElementsByName 傳入 ID:得到:'
if(eles.length > 0) {
msg += " Name " + eles[0].id;
}
alert(msg);
}
function usegetElementByIdWithName(name) {
var ele = document.getElementById(name);
var msg = '使用 getElementById 傳入 Name 得到:';
if(ele) {
msg += " ID " + ele.id;
}
alert(msg);
}
</script><input id="ID_A" name="Name_A" type="button" value="使用 getElementsByName 傳入 ID" onclick="useGetElementsByNameWithId(this.id)" />
<input id="ID_B" name="Name_B" type="button" value="使用 getElementsByName 傳入 Name" onclick="usegetElementByIdWithName(this.name)" />IE中通過 getId 傳入 name 同樣可以訪問到目標元素,而通過 getName 傳入 Id 也可以訪問到目標元素。
MSDN中對兩個方法的解釋:
getElementById Method
--------------------------------------------------------------------------------
Returns a reference to the first object with the specified value of the ID attribute.
Remarks
When you use the getElementsByName method, all elements in the document that have the specified NAME or ID attribute value are returned.
Elements that support both the NAME and the ID attribute are included in the collection returned by the getElementsByName method, but not elements with a NAME expando.
MSDN確實對 getElementsByName 方法做了說明:“具有指定 Name 或者 ID 屬性的元素都會返回”,但是
getElementById 方法卻沒有說明,然而內部實現同 getElementsByName 是一樣的。
而對于FF,看來更忠實W3C標準,上面的測試代碼是沒有辦法返回目標元素的。
W3C 中的相關信息:
http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-html.html#ID-26809268
由于有這個問題,所以對ASP.NET 控件中諸如 radiobuttonlist checkboxlist,使用客戶端腳本通過getElementsByName訪問具有name屬性的成組對象時就要注意了,因為radiobuttonlist 默認會呈現一個table來包容這些radio,而這個table id 與這些radio的name時相同的,比如:
.ASPx
<ASP:radiobuttonlist id="RadioButtonList1" runat="server">
<ASP:listitem>opt1</ASP:listitem>
<ASP:listitem>opt2</ASP:listitem>
<ASP:listitem>opt3</ASP:listitem>
</ASP:radiobuttonlist>HTML:
<table id="RadioButtonList1" border="0">
<tr>
<td><input id="RadioButtonList1_0" type="radio" name="RadioButtonList1" value="opt1" /><label for="RadioButtonList1_0">opt1</label></td>
</tr><tr>
<td><input id="RadioButtonList1_1" type="radio" name="RadioButtonList1" value="opt2" /><label for="RadioButtonList1_1">opt2</label></td>
</tr><tr>
<td><input id="RadioButtonList1_2" type="radio" name="RadioButtonList1" value="opt3" /><label for="RadioButtonList1_2">opt3</label></td>
</tr>
</table>
在IE中使用 document.getElementsByName('RadioButtonList1') 就是返回四個元素了,第一個元素是那個id為 RadioButtonList1 的table,
如果客戶端需要有這樣的script,也為代碼的跨瀏覽器帶來了的麻煩。
注:radiobuttonlist可以選擇“流布局”呈現,同樣會生成一個類似的外圍<span/>來做為容器,也會產生這個問題。

AspNet技術document.getElementsByName和document.getElementById 在IE與FF中不同實現,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 天天色天天干天天射 | 婷婷性| 精品玖玖玖视频在线观看 | 劲爆欧美第1页婷婷 | 亚洲成人免费网站 | 国产精品乱码在线观看 | 欧美人与禽交片在线播放 | 亚洲一区精品中文字幕 | 精品国产91乱码一区二区三区 | 亚洲综合成人在线 | 中文久久 | 国语高清精品一区二区三区 | 国产精品极品美女自在线 | 九九免费| 1024国产基地永久免费 | 人人爱天天做夜夜爽2020麻豆 | 亚洲欧美7777 | 一区=区三区乱码 | 91亚洲国产成人久久精品网站 | 99精品福利| 婷婷久月| 黑猫福利精品第一视频 | 最新丁香六月 | 美女扒开腿让男人捅爽 | 国产精品资源网站在线观看 | 色婷婷在线播放 | 亚洲国产成人资源在线软件 | 亚洲一区二区中文字5566 | 亚洲欧洲免费 | 亚洲美女视频一区 | 国产伦精品一区二区三区 | 亚洲区在线播放 | 午夜激情视频在线播放 | 美美女高清毛片视频免费观看 | 午夜在线视频观看版 | 2021国产精品成人免费视频 | 日日日bbb| 国产九色 | 国产91在线九色 | 国产极品嫩模在线观看91精品 | 国产女人在线 |