当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > DOM Base 对象

HTML DOM
DOM 介绍
HTML DOM 举例
DOM 参考
DOM 摘要
HTML DOM 实例
DOM Anchor
DOM Applet
DOM Area
DOM Base 对象
DOM Basefont对象
DOM Body 对象
DOM Document 对象
DOM 事件
DOM Form 对象
DOM Frame 对象
DOM Frameset 对象
DOM History
DOM Iframe 对象
DOM Image 对象
HTML DOM Button对象

HTML DOM 中的 DOM Base 对象


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

Base Object
Base 对象

The Base object represents an HTML base element. For each instance of an HTML <base> tag in a document, a Base object is created.
Base对象代表着HTML的base元素,每当有一个HTML的<base>标签建立,一个Base对象也就被随之建立

IE: Internet Explorer, F: Firefox, N: Netscape, W3C: World Wide Web Consortium (Internet Standard).

Base Object Properties
Base 对象属性

Property
属性
Description
描述
IE F O W3C
href Sets or returns a base URL for all the links in a page
设置或返回页面中所有连接的base URL
5 1 9 Yes
id Sets or returns the id of the <base> element
设置或返回<base>元素的id
4 1 9 Yes
target Sets or returns the default target frame for all the links in a page
设置或返回针对页面中所有连接的默认目标框架
5 1 9 Yes

评论 (0) All

登陆 | 还没注册?