Trucsweb.com
Forum de discussion
Forum « Programmation Javascript » (archives)
Re: javascript onload et variable globeles/locales
Envoyé: 21 septembre 2005, 9h14 par Oznog
Salut,
Il n'est pas là le problème, à preuve :
<html>
<head>
<script type="text/javascript" language="javascript">
var toto;
function momo(x) {
alert(x);
}
function popo() {
toto = 123;
momo(toto);
}
</script>
</head>
<body>
<body onload="popo()">
<script type="text/javascript" language="javascript">
setTimeout(popo,5000);
</script>
</body>
</html>
Ciao
Oznog
Réponses
X Connexion
X Mot de passe perdu
X Conditions générales
Conditions
X Trucsweb
X Glossaire
X Trucsweb
X Trucsweb
Conditions
X Créer un compte