我在iframe
中有一个完整的网页,如
<head>
<title>Test Layout</title>
<style type="text/css">
body, html
{
margin: 0; padding: 0; height: 100%; overflow: hidden;
}
</style>
</head>
<body>
<iframe width="100%" height="100%" src="websitehere" />
</body>
</html>
iframe
中有一个按钮,我想更改链接。
我的意思是,如果您单击该按钮,您将转到example.com,并希望将其更改为example2.com。
我无法访问iframe
中的网站以更改代码