1

我有这样的代码: -

<html>
    <head>
        <title>Test Page</title>
    </head>
    <body>
        <a href="http://www.abc.com" target="iframe">ABC</a>
        <iframe name="iframe"></iframe>
    </body>
</html>

我想要这个功能:-如果加载页面时出现错误,如果 IFrame,则它将 IFrame 源更改为其他 url。我想要使​​用 javascript 的 Firefox 和 IE

4

0 回答 0