J'ai une problème très bête et surement très simple pour vous.
Code de la frame "top" (frame_top.php) definie dans index.php :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
 
<html>
<body>
<table width="100%">
<tr>
<td>LAN</td>
<td><a href="../tools/administration.php" TARGET="bottom"><form action = '../tools/administration.php' method = 'post'><INPUT TYPE="SUBMIT" VALUE="Admin"></a></td>
</tr>
</table>
</body>
</html>
Avec le bouton qui est situé sur la frame "top", je souhaite afficher administration.php dans la frame "bottom" définie dans index.php.

Où se situe alors mon erreur ?
Merci