Can javascript tell what page is currenty active in an IFrame without that page talking to the parent? I would like to flag an action in the parent when the IFrame reaches a certain page.
DrDoc
4:25 pm on Oct 3, 2006 (gmt 0)
Yes, provided that the page is on the same domain:
iframename.location.href
johnhamman
6:30 pm on Oct 3, 2006 (gmt 0)
hmm domain is on a different subdomain. wonder if that will work. I guess i can test it! thanks john