Javascript : appel de 2 fonctions par 1 seule
Fermé
Utilisateur anonyme
-
22 avril 2003 à 17:55
ipl Messages postés 5723 Date d'inscription lundi 8 octobre 2001 Statut Contributeur sécurité Dernière intervention 14 avril 2012 - 17 mai 2003 à 00:14
ipl Messages postés 5723 Date d'inscription lundi 8 octobre 2001 Statut Contributeur sécurité Dernière intervention 14 avril 2012 - 17 mai 2003 à 00:14
A voir également:
- Javascript : appel de 2 fonctions par 1 seule
- Telecharger javascript - Télécharger - Langages
- Afficher un tableau javascript en html ✓ - Forum Javascript
- Node.js javascript runtime virus ✓ - Forum Virus
- Erreur #125 javascript - Forum Mozilla Firefox
- A javascript error occurred in the main process - Forum Handicap / Accessibilté
3 réponses
<html>
<head>
<script>
function fnc1(arg)
{
alert("GreG est le +"+arg);
}
function fnc2(arg)
{
alert("GreG est le +"+arg);
}
</script>
</head>
<body>
<a href="javascript:fnc1('beau');fnc2('fort');">Qui est GreG</a>
</body>
</html>
Good luck !
<head>
<script>
function fnc1(arg)
{
alert("GreG est le +"+arg);
}
function fnc2(arg)
{
alert("GreG est le +"+arg);
}
</script>
</head>
<body>
<a href="javascript:fnc1('beau');fnc2('fort');">Qui est GreG</a>
</body>
</html>
Good luck !
Utilisateur anonyme
16 mai 2003 à 16:40
16 mai 2003 à 16:40
Merci :D
..:::ZIG1:::..
Qui se trouve à Montré@l pour l'instant :X)
..:::ZIG1:::..
Qui se trouve à Montré@l pour l'instant :X)
ipl
Messages postés
5723
Date d'inscription
lundi 8 octobre 2001
Statut
Contributeur sécurité
Dernière intervention
14 avril 2012
585
17 mai 2003 à 00:14
17 mai 2003 à 00:14
Génial GreG ! ;-)
@12C4 ... In medio stat virtus ...
Ipl
@12C4 ... In medio stat virtus ...
Ipl