JavaScript DHTML/Event onMethod/onMoveStart

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

"onMoveStart" Example

   <source lang="html4strict">
   

<html> <head> <script language="JavaScript">

</script> </head> <body bottommargin=150 onmovestart="function1()">

Select and Drag me with the mouse.

</body> </html>


     </source>