JavaScript DHTML/Event onMethod/onMoveEnd

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

"onMoveEnd" Example

   <source lang="html4strict">
   

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

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

Select and Drag me with the mouse.

</body> </html>


     </source>