JavaScript Reference/Event Handlers Reference/onFinish

Материал из Web эксперт
Версия от 08:22, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"onFinish" Example

    
<html>
<body>
<marquee loop="2" 
         width=250 
         onfinish="alert("www.wbex.ru")" 
         bgcolor="#EEEEEE">
         www.wbex.ru
</marquee>
</body>
</html>



"onFinish" is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |<marquee>                                                     |
+----------------+--------------------------------------------------------------+



"onFinish" Properties

+----------------+--------------------------------------------------------------+
| Properties     |altKey                          altLeft                       |
|                |clientX                         clientY                       |
|                |ctrlLeft                        offsetX                       |
|                |offsetY                         returnValue                   |
|                |screenX                         screenY                       |
|                |shiftLeft                       srcElement                    |
|                |type                            x                             |
|                |y                                                             |
+----------------+--------------------------------------------------------------+



"onFinish" Syntax and Note

Note:
    
This event fires when a looping is completed for a <marquee> element.