Exp: <td> 1 </td> onclick input prend
Fermé
myprob
-
23 avril 2009 à 11:28
puxor Messages postés 318 Date d'inscription mardi 2 septembre 2008 Statut Membre Dernière intervention 4 mai 2009 - 23 avril 2009 à 14:45
puxor Messages postés 318 Date d'inscription mardi 2 septembre 2008 Statut Membre Dernière intervention 4 mai 2009 - 23 avril 2009 à 14:45
A voir également:
- Exp: <td> 1 </td> onclick input prend
- Input signal out of range ✓ - Forum Matériel informatique
- Multi exp heartgold - Forum Jeux vidéo
- Multi exp pokemon diamant ✓ - Forum Jeux vidéo
- Exp sim canon - Forum Canon
- Int(input()) - Forum Python
3 réponses
puxor
Messages postés
318
Date d'inscription
mardi 2 septembre 2008
Statut
Membre
Dernière intervention
4 mai 2009
89
23 avril 2009 à 14:45
23 avril 2009 à 14:45
Cadeau
<html>
<head>
<script type="text/javascript">
function getValue(valeur){
alert(valeur);
}
</script>
</head>
<body>
<table border="1">
<tr>
<td onclick="javascript:getValue(this.innerHTML)">test</td>
<td onclick="javascript:getValue(this.innerHTML)">test1</td>
</tr>
</table>
</body>
</html>
puxor
Messages postés
318
Date d'inscription
mardi 2 septembre 2008
Statut
Membre
Dernière intervention
4 mai 2009
89
23 avril 2009 à 11:28
23 avril 2009 à 11:28
c'est quoi la question ?