DEMONSTRATION :
Affichage d'un message en pressant un bouton :
INSTALLATION DU SCRIPT :
Le code à insérer dans la partie
<HEAD>
et
</HEAD>
:
Le code à insérer dans l'instruction
<BODY>
:
Le code à insérer dans la partie
<BODY>
et
</BODY>
:
<FORM NAME="Msg"> <INPUT TYPE="button" NAME="test" VALUE="cliquer ici !" onClick="window.alert('Ceci est un message d\'information !');"> </FORM>