gpt4 book ai didi

javascript - 使用 javascript 函数在 iFrame 中加载页面

转载 作者:数据小太阳 更新时间:2023-10-29 04:05:58 26 4
gpt4 key购买 nike

我正在尝试使用 Javascript 函数在名为“cake”的 iframe 中加载网页。我怎样才能做到这一点?

<html>
<head>
</head>
<body>
<button onclick=[function]>Load page in iframe</a>
</body>
</html>

最佳答案

function changeUrl() {
var site = "https://www.google.com/";
document.getElementsByName('iFrameName')[0].src = site;
}
    <html>
<head>
</head>
<body>
<button onclick="changeUrl()">Load page in iframe</button>
<iframe name="iFrameName"></iframe>
</body>
</html>

关于javascript - 使用 javascript 函数在 iFrame 中加载页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32790086/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com