我正在尝试https://xxxxxxx.com
使用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:
其他网址(如 Google)运行良好。只有这个 URL 有这个问题。
任何人都可以建议。