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

Martin Seebach mail at martinseebach.dk
Tue May 13 18:52:58 CEST 2008


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).

Regards,
Martin Seebach


More information about the TYPO3-english mailing list