Tagged: HTML element
Landing page/splash screen auto redirect after x seconds
Koeklin has the answer.
Bonjour
Redirect code:
<script type="text/javascript"> var url ='../../pagename.html'; var delay = 4; var d = delay * 1000;window.setTimeout ('parent.location.replace(url)', d); </script>Replace ../../pagename.html by the path or the URL of your page,
and change thenumber of sec. (4 is the number of sec. here).
via Apple – Support – Discussions – Landing page/splash screen auto ….
PHP and HTML tutorials (videos) (via 0ddn1x: tricks with *nix)
Nice slow instructions for beginner programmers. PHP is really one of the easiest and most readable computer languages to learn.



