JavaScript DHTML/Event onMethod/onDeactivate — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
Admin (обсуждение | вклад) м (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>