| ||||||||||||||
| ||||||||||||||
| newAdmin | Passe le contrôle d'identifiant Demande d'inscription professionnel | |||||||||
| 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 '';
}
|