Contact: aviboots(AT)netvision.net.il
39,900 questions
51,831 answers
573 users
<html> <head> <script> function m_over() { document.write("On Mouse Over"); } </script> </head> <body> <div onmouseover = "m_over()"> <h2>onmouseover test</h2> </div> </body> </html> <!-- run: On Mouse Over -->