当前位置: 首页 > 网络学院 > 网页制作基础教程 > WEB设计综合 > 框架中的“target”

WEB设计综合
使Flash页面通过校验
WEB 标准剖析
制作网页中的渐变背景
表格特效代码全集
Photoshop 打造金属指环
网页标准中链接属性 rel 与 target
HTML在线编辑器的调用及使用方法
div+css设计网页时浮动问题的解决方法
解决XHTML+CSS2.0式的页面结构在IE5和IE5.5下的BUG
WAP 开发出现的中文显示问题
详细的IMG,IFRAME的属性参考
可通过XHTML1.0校验的Flash嵌入代码
在IE和FIREfOX下正常显示的网页内嵌播放器代码
使 XHTML Strict 支持 target 标签
语言(文化)代码与国家地区对照表
网站设计技术规范
点击连接时不出现虚边框的方法
制作1px边框表格的几种方法
图片横向连续滚动的代码
合理架构css

WEB设计综合 中的 框架中的“target”


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-01   浏览: 2103 ::
收藏到网摘: n/a

target=_self

This will load the page in the same frame as the caller.
表示在目前窗口或框架里打开链接(默认的)

target=_parent

This causes the page to load in the same frameset as 
the caller taking the place of any sub frames.
表示在父窗口或框架里打开链接

target=_top

This loads the resulting page into the full body of 
the current window eliminating any frames.
表示在顶层框架里打开新链接

target=_blank

This opens up a new window and loads the page in to it.
表示始终在不同的新窗口打开链接

target=_new

Opens a new window and the page loads in it, all other links using same target open in this window.

表示始终在同一个新窗口打开链接

Whats this all about?
这些都是些什么东西呢?

By assigning a name to a frame via the name attribute, authors can refer to it as the "target" of links defined by other elements.

通过name属性为一个框架命名,作者就可以查阅由其它元素所定义的链接“target”。

e.g. If my frame is called "80four", then to get a link to open in that frame the code would read:

举个例子来说,如果我的框架叫做“80four”,那么,在这个框架中打开链接的具体代码如下:

<a href="pagename.html" target="80four">link name</a>

Then pagename.html would open in the frame "80four".

此时,“pagename.html”将在“80four”框架中打开。

Example:
案例:

Links
链接

Template Monster
Template Tunning
Web Design Library

评论 (0) All

登陆 | 还没注册?