JavaScript语言参考手册 技术交流 :迷途知返 pwwang.com |
JavaScript手册
|
【目录】 【上一页】 【下一页】 【索引】
onMouseOverExecutes JavaScript code when a MouseOver event occurs; that is, once each time the mouse pointer moves over an object or area from outside that object or area.
Area objects that use onMouseOver must include the HREF attribute within the AREA tag. You must return true within the event handler if you want to set the status or defaultStatus properties with onMouseOver.
<A HREF="http://home.netscape.com/" See also示例 for Link. 要获得关于事件句柄的常规信息,请看“事件的常规信息”。 要获得关于事件对象的信息,请看事件。
【目录】 【上一页】 【下一页】 【索引】 |