Есть ли способ справиться с проблемой 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>