| |||||||||||||||
| |||||||||||||||
| |||||||||||||||
| getBox | Construit l'adresse e-mail d'émission | |||||||||
| Syntaxe | getBox(x) | |||||||||
| Paramètres |
| |||||||||
| Fonctions util. |
|
| Code Perl |
sub getBox {local($x) = @_;
local $nomBox = "";
return $nomBox.$x.'@ca-demenage.com';
}
|
| Code JavaScript |
function getBox(x) {
var nomBox = "";
nomBox = window.parent.Key;
return nomBox+x+'@ca-demenage.com';
}
|