当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM hash 属性

HTML DOM
DOM TableRow 对象
DOM Textarea 对象
DOM Window 对象

HTML DOM hash 属性


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

Definition and Usage
定义与用法

The hash property sets or returns the part of the href property that follows the hash sign (#).
hash属性可设置或返回href属性中接在#符号后面的内容

Syntax 语法

location.hash


演练

Anchors array - This example opens two windows. The first window contains four buttons and the second window defines four anchors from 0 to 3. When a button is clicked in the first window, the onclick event handler goes to the specified anchor in the second window.
这个举例将打开两个窗口。第一个窗口包含四个按钮,第二个定义了四个锚记,分别自0到3。当按钮按下的时候,onclick时间会作处理,并将第二个窗口的显示位置移动到指定的位置上。

评论 (0) All

登陆 | 还没注册?