我正在尝试使用https://xxxxxxx.com
在HTML内容中打开Iframe
。
<body>
<a href="https://xxxxxxxx.com" target="internal"> Application </a>
<div>
<iframe name="internal" src="" height="800px" width="1000px" scrolling="auto">
</iframe>
</div>
</body>
问题是:不是在iframe中加载URL,而是将父页面本身替换为URL。(页面本身由此URL加载)
Note:
像谷歌这样的其他网址工作正常。只有此网址存在此问题。
任何人都可以建议。