Est-il possible de mettre 2 scripts javascript dans une page (X)HTML.
ex :
comment fait-on ?Code:
1
2 <body onload="prot()" > <body onkeydown="detectTouche(event)">
Version imprimable
Est-il possible de mettre 2 scripts javascript dans une page (X)HTML.
ex :
comment fait-on ?Code:
1
2 <body onload="prot()" > <body onkeydown="detectTouche(event)">
En fait je viens de trouver :mouarf:
voili voilouCode:<body onload="prot()" onkeydown="detectTouche(event)">
Parfait. :D
Vous voyez que ce n'est pas si compliqué. ;)