當我在Internet Explorer中使用document.getElementById
我得到這個錯誤:的document.getElementById在IE
Mensaje: El objeto no acepta esta propiedad o método
翻譯:
Object does not support this property or method
和停止執行
Html:
<div id="contenedor">
...
</div>
的JavaScript:
contenedor = document.getElementById("contenedor");
這在Firefox和Chrome確定。
Google翻譯:'消息:對象不支持這個屬性或方法' – Shaz 2011-04-06 19:51:02
你可以發佈HTML/JS嗎? – Chandu 2011-04-06 19:51:46
你可以發佈,你的HTML代碼和更多的JS.Looks,你的元素的ID屬性沒有定義。 – sergionni 2011-04-06 19:52:00