[TYPO3] Temporary home page (redirect?) for a TYPO3 site

Christopher Torgalson bedlamhotel at gmail.com
Tue May 13 19:08:38 CEST 2008


Hi,

On Tue, May 13, 2008 at 6:52 PM, Martin Seebach <mail at martinseebach.dk> wrote:
> Christopher wrote:
>  >  Or,
>  > maybe even a redirect after five seconds.
>
>  Quick and dirty: Insert a HTML content element on the temporary
>  frontpage, with this:
>
>  <script type="text/javascript">
>  window.setTimeout("document.location='http://thecurrentsite.com/'", 5000);
>  </script>
>
>  This will redirect after 5 seconds (5000 ms).


It is not a particularly good idea to make access to your entire
website reliant on client-side scripting...


-- 
Christopher Torgalson
http://www.typo3apprentice.com/


More information about the TYPO3-english mailing list