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

HTML DOM
DOM Input Checkbox
DOM Input File 对象
DOM Input Hidden对象
DOM Input Password 对象
DOM Input Radio 对象
DOM Input Reset 对象
DOM Input Submit 对象
DOM Input Text 对象
DOM Link 对象
DOM Location 对象
DOM Meta 对象
DOM Navigator 对象
DOM 对象
DOM Option 对象
DOM Screen 对象
DOM Select 对象
DOM Style 对象
DOM Table 对象
DOM TableData 对象
DOM TableHeader 对象

HTML DOM hash 属性


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 346 ::
收藏到网摘: 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

登陆 | 还没注册?