REDIRECTION AUTOMATIQUE VERS UN AUTRE DOCUMENT
Pour rediriger automatiquement un document web vers un autre, on peut mettre le code html suivant dans la partie "html head content" d'un masque ou d'une page.
[syntax="html"]<META HTTP-EQUIV='refresh' CONTENT='2; URL=http://www.aaaa.com'>[/syntax]
Cette ligne lancera après 2 secondes l'url http://www.aaaa.com'
[syntax="html"]<META HTTP-EQUIV='refresh' CONTENT='2; URL=http://www.aaaa.com'>[/syntax]
Cette ligne lancera après 2 secondes l'url http://www.aaaa.com'