Bonjour,
je crée un tableau et je voudrai sortire les info avec un pop up a coté de chaque info
while ($row_ct_emv = mysql_fetch_assoc($result_ct_emv)) {
echo "<tr><td with=\"20px\"></td><td width=\"100px\">".$row_ct_emv['relances_id']."</td><td width=\"120px\"><b>".$row_ct_emv['planning_date']."</b></td></tr>";
}
donc dans mon echo je voudrais qu'il y ait un pop up je pence fair comme sa mais je préfère l'avis d'un spécialiste
while ($row_ct_emv = mysql_fetch_assoc($result_ct_emv)) {
echo "<tr><input type="button" value="osef" onclick="window.open('http://site.com/.../page.html')"><td with=\"20px\"></td><td width=\"100px\">".$row_ct_emv['relances_id']."</td><td width=\"120px\"><b>".$row_ct_emv['planning_date']."</b></td></tr>";
}
Configuration: Windows XP
Firefox 3.0.11