| ||||||||||||||
| passIdent | Demande d'inscription professionnel Passe le contrôle d'identifiant | |||||||||
| Syntaxe | submit_mail() | |||||||||
| Paramètres |
| |||||||||
| Fonctions util. | Néant |
| Code Perl |
sub passIdent {
local($i);
$wwMsg = "8";
return '';
}
|
| Code JavaScript |
function passIdent() {
var i;
wwMsg[0] = "8";
return '';
}
|