| ||||||||||||||
| ||||||||||||||
| identAdmin | Fin correcte de la requête Identification | |||||||||||||||
| Syntaxe | Finer(IN,nom,cible) | |||||||||||||||
| Paramètres |
| |||||||||||||||
| Fonctions util. | Néant |
| Code Perl |
sub Finer {local($IN,$nom,$cible) = @_;
print "Content-type: text/html\n\n<html>\n<head>\n<title></title>\n".$$IN."</head>\n";
print "<body onLoad=\"window.parent.base.sendFiner()\">\n \n</body>\n</html>\n";
}
|
| Code JavaScript |
function Finer(IN,nom,cible) {
with(window.parent.client.erreur) {with(window.document) {
open(); write(IN[0]); close();
window.parent.base.sendFiner();
}}
}
|