如何指定_parent 的_parent的啊????????????
有一个html:A.html,里面套有两个frame: B1.html和B2.html, B1.html里面套有两个frame:C1.html和C2.html,C1.html里面套有两个frame:D1.html和D2.html,我如何才能让D1.html里面的按钮按下去,刷新B1.html, 而C1.html里面的按钮按下去,只刷新自己。而且不弹出新窗口。
我在D1.html里面
定义
<base target="_top">
<html:base/>
的,他把A.html刷新了
定义
<base target="_parent">
<html:base/>
的,他把C1.html刷新了
改怎样写才好啊。。。。??