In my HTML page I have an iframe loading an external site. I want to access the properties inside the frame. I am getting an access denied error. How do I resolve this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
You can't access data from external sites when you are working client side. This would be a security risk. To work around, have your server grab the data from the remote site instead. |
|||
|
|