There is an iframe that is loaded from an external domain.
Is it possible to access the DOM of that iframe and change something in it?
If so, how?
There is an iframe that is loaded from an external domain.
Is it possible to access the DOM of that iframe and change something in it?
If so, how?
No i think, Because i have tried this a long time ago and when i did some research, i found that there some js techniques which allow us to modify that but it will be on the same server who is giving you the page.
Like if i have google.com in my iframe then it depends on google.com, if it will allow me or not, i do not remember the technique sorry, thats why i simply write No for that.
But why you are using iframes?
You may be able to do that using postMessage if you have access to the code on both domains.