I am using the Internet Explorer Browser control, and would like to walk through the DOM of an iFrame from the main page DOM. This iFrame loads a page from another domain.
Becase of the Same origin policy , IE control is not allowing me to walk through the DOM of iFrame. I tried to relex the security setting in IE by allowing cross-domain data access, but still I am not able to access the elements inside the iFrame.
Thanks
Amit