gpt4 book ai didi

javascript - 在 iframe 中获取父值?

转载 作者:搜寻专家 更新时间:2023-10-31 22:07:38 26 4
gpt4 key购买 nike

<分区>

我有以下两个 html 文件。在 PassValueIFrame.html 中,我有一个引用 inputForm.html 的 iframe。此外,我在 PassValueIFrame.html 中有一个隐藏字段,我正试图在 inputForm.html 中检索它的值,但我没有得到它的值,它警告为 'undefined '。我在这里做错了吗?请帮助我。

传递值IFrame.html

<html>
<head>
<title>IFrame Example</title>
</head>
<body>
<input type="hidden" class="Language" value="English">
<iframe name="iframe" id="iframe_id" src="inputForm.html" height="150" >
</iframe>
</body>
</html>

输入表单.html

<html>
<head>
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script language="javascript">
$(document).ready(function() {
alert($(this).parent().find('.Language').html());
});

</script>
<title>IFrame Child Example</title>
</head>
<body>
<h1> Iframeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee </h1>
</body>

谢谢!

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