My blog
mercoledì 14 ottobre 2015
Alert chiamato da mouse
Alert chiamato da mouse
Porta il mouse qui per vedere un avviso/
Bring your mouse here to see an alert
<!DOCTYPE html> <html> <head> <title>Event Handlers Example</title> <base href="http://www.tutorialspoint.com/" /> <script type="text/javascript"> function EventHandler(){ alert("I'm event handler!!"); } </script> </head> <body> <p onmouseover="EventHandler();"> Bring your mouse here to see an alert/</p> </body> </html>
Nessun commento:
Posta un commento
Post più recente
Post più vecchio
Home page
Iscriviti a:
Commenti sul post (Atom)
Nessun commento:
Posta un commento