bon, ca passe pas
voici un script de test :
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<SCRIPT LANGUAGE="javaScript">
<!--
function verifchamps()
{
j'ai teste 2 manieres :
(celle ci)
var txt_php = "<?php echo $txt; ?>";
<?php
(et celle ci)
echo ( "var txt_php = $txt;" ); ?>
if (document.form1.nom.value.length == 0 || document.form1.prenom.value.length == 0)
{
alert (txt_php);
return false;
}
return true;
}
//-->
</SCRIPT>
<body bgcolor="#FFFFFF">
<form method="post" action="adh_secure.php" name="form1" OnSubmit="return verifchamps()">
<?php
$txt = "essai";
?>
<p>nom :
<input type="text" name="nom">
</p>
<p>prenom :
<input type="text" name="prenom">
</p>
<p>
<input type="submit" name="Submit" value="Envoyer">
</p>
</form>
</body>
</html>
comme je l'ai mis en gras, j'ai teste deux manieres, mais aucune ne fonctionne
[edtdd]--Message édité par Batman-Fr--[/edtdd]
---------------
Tout ou rien mais rien que tout ! feed-back : http://forum.hardware.fr/forum2.ph [...] ost=121391