Обработка событий или ошибок iframe - PullRequest
0 голосов
/ 06 ноября 2018

Есть ли способ справиться с проблемой iframe? Мол,

if (err == "Refused to display in a frame...") {
    // Do this and that...
}

или

if (err == "Mixed content...") {
    // Do this and that...
}

Что-то вроде

<iframe src="http://www.rcnky.com/articles/..." onReadyStateChange="alert(this)" height="500px"></iframe>

enter image description here

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...