JavaScript DHTML/Event onMethod/onStart — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 07:20, 26 мая 2010
"onStart" Example
<html>
<body>
<marquee
width=300
onstart="alert("New loop is about to start")"
bgcolor="#EEEEEE">
www.wbex.ru
</marquee>
</body>
</html>