Click to See Complete Forum and Search --> : checking to see if an iframe has loaded


benjamin
02-13-2004, 02:45 AM
from the parent page is there a way of checking every second to see if the location of a specific iframe is at "http://..." (some address) and fully loaded.

all help much appreciated

gil davis
02-13-2004, 07:50 AM
As long as the iframe source and the parent page are on the same domain, you can check the iframe location. Otherwise, the browser's security measures will prevent you from accessing anything in the iframe.