| ||||||||||||||
| Specer | Nouveau professionnel Fin spéciale de la requête | |||||||||
| Syntaxe | Specer(appel) | |||||||||
| Paramètres |
| |||||||||
| Fonctions util. | Néant |
| Code Perl |
sub Specer {local($appel) = @_;
$appel =~ s/\s*$//;
print "Content-type: text/html\n\n<html>\n<head>\n<title></title>\n</head>\n<body onLoad=\"window.location.replace(\'../../acces-demenageur.html\')\">\n \n</body>\n</html>\n";
return;
}
|
| Code JavaScript |
function Specer(appel) {
appel = appel.replace(/\s*$/,"");
window.parent.client.location.replace("../../direct-acces-demenageur.html");
return;
}
|