在HTML中target目标的四个参数的用法 blank,parent,self,top

target="_blank" 或 target="new" 
将连结的画面内容,开在新的浏览视窗中。 
target="_parent" 
将连结的画面内容,当成文件的上一个画面。 
target="_self" 
将连结的画面内容,显示在目前的视窗中。(内定值) 
target="_top" 
将框架中连结的画面内容,显示在没有框架的视窗中。(即除去了框架)

posted @ 2010-09-20 15:48  雨戈  阅读(1301)  评论(0编辑  收藏  举报