我有两个网站 1. https://dl.dropbox.com/u/43733183/FacebookPages/tes.html 2. http://iamjusttestingiframe.blogspot.com
我想在第二页上显示第一页。我正在使用 iframe 来做到这一点。我可以控制 iframe 的重量,但是对于高度我有问题
下面是我的代码
<iframe frameborder="0" id="iframe1" marginheight="0" marginwidth="0" scrolling="auto" height="100%" src="dl.dropbox.com/u/43733183/FacebookPages/tes.html"; width="100%"></iframe>
如何将它放入我的第一个全高网站?我想在我的页面上有一个主滚动条。
谢谢