如果我把一个大的iframe和大iframe中的所有内容放在同一个页面上,那么我可以把搜索结果放到大iframe上吗?
有它的代码吗?
发布于 2010-05-06 03:16:37
如果我理解正确的话,您想要一个包含来自其他页面的搜索结果的iframe
<form target='theFrame' method='GET' action='http://www.google.nl/search'>
<input type='text' name='q'/>
<input type='submit' value='Google it'/>
</form>
<iframe name='theFrame'></iframe>这个例子是用谷歌搜索完成的。
发布于 2014-05-22 03:56:28
可以将iframe放入iframe中,但第二个iframe的样式必须位于第一个iframe链接的页面上,因为第二个iframe与第一个iframe在不同的页面上。(如果我理解您的问题)希望这对您有所帮助:)
https://stackoverflow.com/questions/2776054
复制相似问题