JavaScript DHTML/Event onMethod/onDeactivate — различия между версиями

Материал из Web эксперт
Перейти к: навигация, поиск
м (1 версия)
 
м (1 версия)
 
(нет различий)

Текущая версия на 07:20, 26 мая 2010

"onDeactivate" Example

    
<HTML>
<head>
</head>
<body>
<p>Press tab to bring the following link in and out of focus.</p>
<a tabindex="3" 
   id="myL" 
   href="http://www.wbex.ru/" 
   target=_blank 
   ondeactivate="alert("The link has been deactivated")">
   www.wbex.ru
</a>
</body>
</HTML>