火狐下如何用js刷新iframe里的内容

2025-01-03 14:21:43
推荐回答(2个)
回答1:

window.parent.document.getElementById("Frameright").contentWindow.reload();

回答2:

document.all.ifrmname.document.location.reload()