View Single Post
  #5 (permalink)  
Old 01-13-04, 08:27 AM
tekola tekola is offline
New Member
 
Join Date: Jan 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy Read text from an Iframe

This is a follow-up. This code doesn't appear to work.
Assuming you have an iframe

<iframe name="loader" height=0 width=0 style="visibility: hidden">

Then once a page is loaded into the iframe you should be able to get the contents with

var html = document.loader.innerHTML;



I get the Iframe content but nothing in html.
Reply With Quote