Salut,

Comment peut on envoyer un formulaire dans un iframe ?

Mon code ressemble à ça:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
       <iframe name="Main_IF" id="Main_IF" border=0 width="686" height="440" src="iframe_login.php"></iframe>
 
       <form name="login" action="Mon Iframe" method=post>
      <label for="password">Le mot de passe:</label>
         <input type="password" name="password" id="password" class="default-field"/>
       <input type="hidden" name="choosen_lang" value="">
       </form>
Merci,
Vincent.