Yes, due to browser security restrictions. Javascript does not have access to the iframe source loaded from another domain. However, there is a workaround for this, not an ideal one, but it works.
"" , script, mydomain.com. iframe src script. , , .
, :
<iframe scrolling="no" frameborder="0" width="1025" src="http://mydomain.com" />
- :
<iframe scrolling="no" frameborder="0" width="1025" src="/local-script.php?url=http%3A%2F%2Fmydomain.com" />
local- script.php, /, , . LMK, PHP .