日期:2014-05-17  浏览次数:20689 次

关于页面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
------解决方案--------------------
锚点,用锚点吧。