<html>
<script type="text/javascript">
function func() {
alert(document.getElementById('iView').contentDocument);
}
</script>
<body>
<iframe id="iView" style="width:200px;height:200px;"></iframe>
<a href="#" onclick="func();">click</a>
</body>
</html>
Después del clic, Firefox devuelve [objeto HTMLDocument]. Internet Explorer devuelve indefinido.getElementById.contentDocument error en IE
¿Cómo puedo seleccionar el elemento iView con Internet Explorer? Gracias.
@Mauris: él está siendo educado, y ha pedido a 10 preguntas. Él tendrá tiempo para aprender las reglas aquí. Haga esos comentarios a aquellos poeple que han hecho más de 100 preguntas y nunca han aceptado un anser o respondido una pregunta. – voyager
http://meta.stackexchange.com/questions/23475/should-questions-with-no-accepted-answers-be-punished-after-awhile – voyager
lo siento, no sé si este sistema tiene la funcionalidad 'accept', gracias:) –