<html> <head> <script language="LiveScript"> function messaggio() { alert ("Questo messaggio compare dopo aver schiacciato il tasto"); } </script> </head> <body> <form> <input type="button" name="scelta1" value=" Premi " onclick="messaggio()"> </form> </body> </html>