日期:2014-05-18  浏览次数:20490 次

怎么样用IFRAME框架做像http://www.sxxchy.com/Map.htm网页右边一样?
问题是像http://www.sxxchy.com/Map.htm网页右边一样.怎么用IFRAM设计?

------解决方案--------------------
直接把页面保存下来,然后放在你的编辑器里,就OK了
------解决方案--------------------
直接看他的源代码啊!!
------解决方案--------------------
他是嵌套了两个ifrmae

在map.htm中嵌套了 <iframe src="mapServer.htm" width="1022" height="689" frameborder="0" scrolling="no" ></iframe>

然后在mapServer.htm中又嵌套了这个右边的搜索部分

<iframe src="MapServerQueryList.aspx" style="position:absolute;left:803px;top:114px;width:219px;height:510px;" id="FrameMapQuery" frameborder="0" scrolling="no"></iframe>