当前位置: 代码迷 >> HTML/CSS >> 关于页面frame的有关问题
  详细解决方案

关于页面frame的有关问题

热度:103   发布时间:2012-11-08 08:48:11.0
关于页面frame的问题
假设我现在有6个html名为:
TopA.htm TopB.htm
CenterA.htm CenterB.htm
BottomA.htm BottomB.htm

另有一个HTML中定义了三个frame,名为:
TopFrame CenterFrame BottomFrame

现在的效果是:
TopFrame = TopA.htm
CenterFrame = CenterA.htm
BottomFrame = BottomA.htm

在CenterA.htm中有个Button,当点击这个Button后要求做到这样一个效果:
TopFrame = TopB.htm
CenterFrame = CenterA.htm
BottomFrame = BottomB.htm


TopFrame = TopB.htm
CenterFrame = CenterA.htm
BottomFrame = BottomA.htm

请问该如何实现!?

------解决方案--------------------
http://blog.csdn.net/theforever/article/details/6126635
------解决方案--------------------
锚点,用锚点吧。
  相关解决方案