搜尋此網誌

windows常用命令

[ 群組原則 ]
開始 → 執行 → gpedit.msc

[ 惡意軟體移除工具 ]
開始 → 執行 → mrt

[ 機碼 ]
開始 → 執行 → regedit

[ 系統設定公用程式 ]
開始 → 執行 → msconfig

[ 控制client端所有網路設備 ]
開始 → 執行 → cmd → ipconfig
開始 → 執行 → cmd → ipconfig/all

[ 顯示封包經過的路由器的IP位址 ]
開始 → 執行 → cmd → tracert (網址或IP)

2011年4月14日 星期四

HTML DOM Event Object

Attribute
The event occurs when...
中譯
An element loses focus

The content of a field changes

Mouse clicks an object

Mouse double-clicks an object

An error occurs when loading a document or an image

An element gets focus

A keyboard key is pressed

A keyboard key is pressed or held down

A keyboard key is released

A page or image is finished loading

A mouse button is pressed
該元素內click滑鼠按鈕
The mouse is moved
鼠標指到該元素
The mouse is moved off an element
游標、鼠標移出該元素
The mouse is moved over an element
游標、鼠標移入該元素
A mouse button is released
滑鼠按鈕click後
A window or frame is resized

Text is selected

The user exits the page