PB de sumit

PB de sumit - HTML/CSS - Programmation

Marsh Posté le 01-03-2006 à 21:36:35    

bonjour  
jai fait ceci mais sa marche pas
document.form1.action = "test.php" ;
document.form1.target = "_seft";
document.form1.submit();
document.form2.action = "test.php" ;
document.form2.target = "_seft";
document.form2.submit();
}
 
alors que comme sa sa marche
function envoyer()
{
document.form1.action = "test.php";
document.form1.target = "_blank";
document.form1.submit();
document.form2.action = "test.php";
document.form2.target = "_blank";
document.form2.submit();
}
 
comment faire pour que le submit marche  
pouvez m'aidez svp
merci

Reply

Marsh Posté le 01-03-2006 à 21:36:35   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed