Bonjour,
Je n'y comprend rien, ça ne fonctionne pas sous IE. J'ai simplifié le programme pour mes test mais je ne trouve pas.
Je n'y comprend rien, ça ne fonctionne pas sous IE. J'ai simplifié le programme pour mes test mais je ne trouve pas.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Test</title>
</head>
<body>
<table align="center" cellpadding="2" border="5" cellspacing="5">
<caption><h2>Ajout d'une manchette<h2></caption
<form method="post" action="test_maj.php">
<tr>
<td align="right" valign="center"><strong>Titre</strong></td>
<td>
<input type="text" name="titre"/> (Titre sur la page principale)
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" name="submit" value="Ajouter"/>
<input type="reset" name="submit" value="Annuler"/>
</td>
</tr>
</form>
</table>
</body>
</html>