Hi,

On Tue, May 13, 2008 at 6:52 PM, Martin Seebach <[EMAIL PROTECTED]> 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/
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to