javascript - Access denied when accessing properties from inside an iframe -


In my HTML page I have an iframe loading external site I have properties inside the frame I'm getting an access denied error, how do I solve it?

This will be a security risk when you are working on client side.

To work around, get your server data from the remote site instead.


Comments