D
Defacta
Hi !
How can I send a form in an iframe ?
My code looks like that:
<iframe name="Main_IF" id="Main_IF" 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>
Thanks,
Vincent.
How can I send a form in an iframe ?
My code looks like that:
<iframe name="Main_IF" id="Main_IF" 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>
Thanks,
Vincent.