如何使用target =“(iframe name)”打开到另一个链接的链接?

时间:2019-03-06 07:51:56

标签: html button iframe

我想使用

对特定链接进行内嵌
let URL = window.location.pathname;
    if (URL == '/index.html') {
        $ (". go_to_index"). addClass ('active-item');
    }

,另一个按钮代码是

<input type="button1" value="Button 1">

在单击时,我想将一个iframe链接到button1上的另一个链接,另一个按钮将链接到另一个要通过iframe显示的链接。我怎样才能做到这一点?我们应该使用什么HTML代码?

0 个答案:

没有答案