gpt4 book ai didi

asp.net - 是否可以使用 <iframe> 指向 .aspx 页面?

转载 作者:太空宇宙 更新时间:2023-11-04 13:57:44 26 4
gpt4 key购买 nike

我正在尝试使用 <iframe>指向 .aspx文件,但是当我加载它时,无论目标 .aspx 中有什么,我总是得到一个空帧什么都没有显示。这里的 html:

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
This is the principal page</div>
<iframe id="myIframe" src="SimpleTarget.aspx" height="100%" width="100%"></iframe>
</form>
</body>
</html>

然后我尝试将它指向一个 html,它在浏览器中成功呈现并显示了 html 内容。这里的 html:

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
This is the principal page</div>
<iframe id="myIframe" src="HTMLPage1.htm" height="100%" width="100%"></iframe>
</form>
</body>
</html>

所以我的问题是,我在定义 iframe 时是否遗漏了什么?或完全不可能指向 .aspxiframe

如果不可能,是否有另一种方法可以在另一个 html 页面中显示 aspx 页面?

最佳答案

它应该与 SimpleTarget.aspx 一起工作,只需确保相对路径正确并且当您用浏览器点击它时页面已加载 ...

关于asp.net - 是否可以使用 &lt;iframe&gt; 指向 .aspx 页面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2313108/

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