<html> <head> <script> function mouseEntered(){ alert("Fare girdi!"); } function mouseExited(){ alert("Fare ��kt�!"); } </script> </head> <body > <h1>JavaScript Fare</h1> <form> <div style="background:lightgray" onmouseover="mouseEntered()" onmouseout="mouseExited()"> Buras� fareye duyarl� b�l�md�r. Buras� fareye duyarl� b�l�md�r. Buras� fareye duyarl� b�l�md�r. Buras� fareye duyarl� b�l�md�r. Buras� fareye duyarl� b�l�md�r. Buras� fareye duyarl� b�l�md�r. </div> </form> </body> </html>Dosyayı İndir