处理iframe事件或错误

时间:2018-11-05 22:06:48

标签: javascript iframe

有没有办法处理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

0 个答案:

没有答案