控制具有链接的框架内容
要在一个框架中使用链接以打开另一个框架中的文档,您必须设置链接目标。链接的 target 属性指定在其中打开链接的内容的框架或窗口。
例如,如果您的导航条位于左框架,并且您希望链接的材料显示在右侧的主要内容框架中,则您必须将主要内容框架的名称指定为每个导航条链接的目标。当访问者单击导航链接时,将在主框架中打开指定的内容。
_blank 将链接的文件载入一个未命名的新浏览器窗口中。
_parent 将链接的文件载入含有该链接的框架的父框架集或父窗口中。如果包含链接的框架不是嵌套的,则链接文件加载到整个浏览器窗口中。
_self 将链接的文件载入该链接所在的同一框架或窗口中。此目标是默认的,所以通常不需要指定它。
_top 将链接的文件载入整个浏览器窗口中,因而会删除所有框架。
框架文件 |
|
链接名 |
链接地址 |
链接目标 |
0001-1.htm |
4 links+head |
translation |
0001-3.htm |
bottom |
|
|
annotation |
0001-4.htm |
bottom |
|
|
indices |
../seps-Ⅱ.htm |
_top |
0001-2.htm |
fulltext |
cloze |
0001-5.htm |
bottom1 |
|
|
生词 |
0001-4.htm#stedfast |
_self(默认) |
0001-3.htm |
translation |
annotation |
0001-4.htm |
bottom |
0001-4.htm |
annotaion |
translation |
0001-3.htm |
bottom |
0001-5.htm |
cloze |
fulltext |
0001-2.htm |
bottom1 |
框架集文件就是几个<frameset></frameset> and <frame>标签,通过相应的的一些属性定义来引用子文件组成,当然子文件也可以是框架文件,当子文件的整体大小需与<frame>,<frameset>设置的属性一致,当然可以设置滚动条;
主文件index.htm |
|
|
|
|
框架集文件0001.htm |
框架名称 |
源文件 |
|
banner |
about/header_h.htm |
|
main |
about/index_a.htm |
|
|
|
|
|
|
框架文件 |
|
链接名 |
链接地址 |
链接目标 |
0001.htm |
|
texts |
seps_indices.htm |
main |
|
|
|
|
|
文件 |
|
链接名 |
链接地址 |
链接目标 |
seps_indices.htm |
|
0001 |
0001/0001.htm |
main |
|
|
|
|
|
框架文件 |
|
链接名 |
链接地址 |
链接目标 |
../seps-Ⅱ.htm |
|
texts |
seps_indices.htm |
main |
|
|
|
|
|
框架集文件../seps-Ⅱ.htm |
框架名称 |
源文件 |
|
top |
../ABOUT/Header_H.HTM |
|
bottom1 |
SEPS_Indices.htm |
|
从index-texts-0001打开0001.htm后的文件有四个框架: |
1 |
banner |
|
2 |
main |
top |
3 |
bottom1 |
4 |
bottom |