Naviguation dans :  Perl  JavaScript  Détail  - wsCaD_chgMail.cgi?Appel=mailUser
 présentée :  par cas d'appel   par traitements 
Retour à l'accueil
  
 
 Requêtes 

 wsCaD_chgMail 

 mailUser 

Requêtes de Ça-déménage.com
Requête d'envoi de mail
Demande de codes particulier


 Finer  Demande de codes particulier — Fin correcte de la requête
Syntaxe Finer()
Paramètres 
nom  type  Description 
retourne  OUT Page HTML
Fonctions util. Néant


Code Perl 


sub Finer { 
if ($wwAppel=~/mail1/) {
 print "Content-type: text/html\n\n<html>\n<head>\n<title></title>\n</head>\n<body onLoad=\"window.location.replace(\'../..\')\">\n&nbsp;\n</body>\n</html>\n";
} else {
 print "Content-type: text/html\n\n<html>\n<head>\n<title></title>\n</head>\n<body onLoad=\"window.parent.base.sendErrer(\'".$wwMsg."\')\">\n&nbsp;\n</body>\n</html>\n";
}
}
Code JavaScript 


function Finer() { 
if (wwAppel.match(/mail1/)) {
 window.parent.client.location.replace("client-index.html"); 
} else {
with(window.parent.client.erreur) {with(window.document) {
 window.parent.base.sendErrer(wwMsg[0]); 
}}
}
}