Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/03/2014, 23:12
LeandroA
 
Fecha de Ingreso: abril-2005
Mensajes: 351
Antigüedad: 19 años
Puntos: 3
Contenido html de un iframe

hola, hay forma de acceder al contenido html de un iframe? ya probé muchos métodos sin suerte alguna, al parecer esta marcado como algo restringido.


Código Javascript:
Ver original
  1. <iframe name="paginaIframe" id='Myiframe' src="http://leandroascierto.com" ></iframe>
  2.  
  3.  
  4. <script type="text/javascript">
  5. function getFrameContents()
  6. {
  7. var ifrm = document.getElementById('Myiframe');
  8. alert(ifrm.body.innerhtml);
  9. }
  10. </script>
__________________
www.leandroascierto.com