gpt4 book ai didi

javascript - 从 jquery 获取 iframe 的内容

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:38:29 26 4
gpt4 key购买 nike

大家。我创建了我的页面并使用 IFrame 插入到另一个页面中。现在我正在尝试使用纯 javascript 或 jquery 获取插入页面的全文。这是我现在拥有的,但它不起作用......

    <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="jquery-1.5.1.js"></script>
<script type="text/javascript">
function getFrameContents(){
return $("#myframe").contents().find('body');
}
</script>
</head>

<form>
<input type="button" value="CodingForums" onClick="window.alert(getFrameContents())" />
</form>

<iframe id='myframe' src="http://www.fxstreet.com/rates-charts/currency-rates/" width="100%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>

</html>

我还读到有一些关于从不同服务器访问页面的政策。我怎样才能正确地做到这一点?

最佳答案

I've read also that there is some policy about accessing pages from different server.

是的,政策说这是严格禁止的。

How can I do it properly?

在服务器端获取它。您可能还想使用服务器端缓存。

关于javascript - 从 jquery 获取 iframe 的内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5232582/

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