我有一个现有的Web应用程序,我想在我的新应用程序中显示,以便整个应用程序在新应用程序内部工作。
在我附加google.com的图片中,所以搜索某些内容应该会显示结果甚至打开网站。
我不确定如何实现这一点。
我发现的一种方式是IFrame,所以我还能知道其他任何可能性,因为我想使用IFrame
的图像提前致谢。
答案 0 :(得分:0)
也许你可以使用类似fancybox工具的东西。 http://fancyapps.com/fancybox/#examples 但通常这些工具也使用iframe。也许你可以为fancybox找到另一种方式。
编辑:Embed an External Page Without an Iframe?
编辑2:你试过这个吗? http://www.felgall.com/noiframe.htm
<html>
<head>
<title>example</title>
</head>
<body>
Ilker Test
<br />
<!--[if lte IE 6]>
<object classid="CLSID:25336920-03F9-11CF-8FD0-00AA00686F13"
data="http://www.w3schools.com/html/html_examples.asp" style="height:800px; width:1200px; overflow:hidden;">
</object>
<![endif]-->
<!--[if gte IE 7]><!-->
<object type="text/html" data="http://www.w3schools.com/html/html_examples.asp"
style="height:800px; width:1200px;">
<p>Alternate text.</p>
</object>
<!--><![endif]-->
</object>
</body>