我创建了一个演示页面来显示响应式 Web 模板...在演示页面中,有三个不同大小的 iFrame(用于计算机视图、平板电脑视图和智能手机视图)...
问题是,当我打开演示页面时,响应式模板加载 3 次(对于每个 iframe)......我不希望这种情况发生......模板页面应该只加载一次,它应该显示在所有的 iframe...
我不知道如何实现这一目标...有人请帮助我...
这是示例演示页面...
http://responsivewebinc.com/demo/?url=http://responsivewebinc.com/templates/responsivewebinc
这是iframe编码...
<iframe id="pc" width="98%" src="http://responsivewebinc.com/templates/responsivewebinc" ></iframe>
<iframe id="tablet" width="60%" src="http://responsivewebinc.com/templates/responsivewebinc" ></iframe>
<iframe id="mobile" width="30%" src="http://responsivewebinc.com/templates/responsivewebinc" ></iframe>