Link to home
Start Free TrialLog in
Avatar of gaurih
gaurih

asked on

Document.domain acessing 3rd party domain in iframe

Hi Experts,

I am calling 3rd party url inside the iframe in my page and I wanted to have detect the document height of the iframe,hence used document.domain functionality to set the domain.
As I am using document.domain, I am getting History Manager error in IE7. This is implemented by YUI2.7 version.

Can anyone please help with good solution
Thanks
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gaurih
gaurih

ASKER

I don't want to resize the iframe, I just gave example to get the heandle of the document inside the iframe. The main concern is if I access the subdomain content in the iframe, getting history Manager error.
you cannot access anything inside a frame containing stuff from another domain
Avatar of gaurih

ASKER

I didn't get the expected answer.
I didn't get enough info from you to give you a better answer and even then the answer I would give might not be the one you wanted to hear.