gpt4 book ai didi

javascript - 尝试使用 php 编写的 javascript 删除 iframe 内的元素

转载 作者:行者123 更新时间:2023-12-03 01:44:34 24 4
gpt4 key购买 nike

当我在控制台中调用“elem”变量时,它会找到我想要的元素,但只有在控制台中运行后,它才会删除该元素,而不是在加载页面时删除该元素。

<html>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>

</head>
<link rel="stylesheet" href="../../CSS/index.css">
<body>
<div>
<?php

$page=$_GET['id'].".html";

echo '<iframe src="' .$page.'" id="'.$_GET['id'].'" frameBorder="0" width="70%" height="100%" align="left" scrolling="no" />';
echo '</iframe>';
?>
</div>

<?php
echo " <script>
var elem=document.getElementById('".$_GET['id']."').contentWindow.document.getElementById('".$id."');
elem.parentNode.removeChild(elem);

</script> ";
?>
</body>

</html>

最佳答案

尝试使用代码,希望它可以帮助你。

document.getElementById('myframe1').contentWindow.document.getElementById('x');

关于javascript - 尝试使用 php 编写的 javascript 删除 iframe 内的元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50697665/

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