夏清然

夏清然的博客

他的个人主页  他的博客

HTML事件属性大全,同时可藏匿危险js代码的事件属性

夏清然  2009年09月03日 星期四 00:35 | 1749次浏览 | 2条评论

漏洞被Howard搞了,需要彻底斩草除根!
来自:
http://www.w3schools.com/tags/ref_eventattributes.asp

HTML / XHTML Standard  Event  Attributes


The two attributes below can only be used in <body> or <frameset>:

Attribute Value Description
onload script Script to be run when a document load
onunload script Script to be run when a document unload

 


Form Events

 

The attributes below can be used in form elements:

Attribute Value Description
onblur script Script to be run when an element loses focus
onchange script Script to be run when an element change
onfocus script Script to be run when an element gets focus
onreset script Script to be run when a form is reset
onselect script Script to be run when an element is selected
onsubmit script Script to be run when a form is submitted

 


Image Events

The attribute below can be used with the img element:

Attribute Value Description
onabort script Script to be run when loading of an image is interrupted

 


Keyboard Events

Valid in all elements except base, bdo, br, frame, frameset, head, html, iframe, meta, param, script, style, and title.

Attribute Value Description
onkeydown script Script to be run when a key is pressed
onkeypress script Script to be run when a key is pressed and released
onkeyup script Script to be run when a key is released

 


Mouse Events

Valid in all elements except base, bdo, br, frame, frameset, head, html, iframe, meta, param, script, style, and title.

Attribute Value Description
onclick script Script to be run on a mouse click
ondblclick script Script to be run on a mouse double-click
onmousedown script Script to be run when mouse button is pressed
onmousemove script Script to be run when mouse pointer moves
onmouseout script Script to be run when mouse pointer moves out of an element
onmouseover script Script to be run when mouse pointer moves over an element
onmouseup script Script to be run when mouse button is released

评论

我的评论:

发表评论

请 登录 后发表评论。还没有在Zeuux哲思注册吗?现在 注册 !
夏武

回复 夏武  2009年09月04日 星期五 11:46

很是实用,收藏

0条回复

徐玉春

回复 徐玉春  2009年09月03日 星期四 09:23

I get it ,thanks

0条回复

暂时没有评论

Zeuux © 2024

京ICP备05028076号