target属性:
_blank ---------- 新开窗口
_self ----------- 自身
_top ------------ 主框架
_parent --------- 父框架
自定义名字 ----- 出现于框架结构,将会在该名称的框架内打开链接
在左边框的链接要完全退出
<A href="../advertiser/logout.jsp" target="_parentf">退出
target属性:
_blank ---------- 新开窗口
_self ----------- 自身
_top ------------ 主框架
_parent --------- 父框架
自定义名字 ----- 出现于框架结构,将会在该名称的框架内打开链接
在左边框的链接要完全退出
<A href="../advertiser/logout.jsp" target="_parentf">退出