|
Posted by Jerry Stuckle on 05/15/06 01:15
Sjeef wrote:
> In de nieuwsgroep:e475iu$rql$1@news2.carnet.hr,
> Bandul <ivan.curac@du.htnet.hr> schreef:
>
>>Hi
>>How do i redirect a web page
>>Ive using this meta tag:
>><meta http-equiv="REFRESH" content="4;
>>url=http://www.redirect_here.com"> Not working, is there something
>>else. Sorry for my rubish english.
>>Thanks
>>Bandul
>
>
> I am using this script:
>
> <script language="JavaScript" type="text/javascript">
> <!--
> function redirect() {
> location="http://www.sjeef.eu/Nederlands/recepten.html";
> }
> setTimeout('redirect()',5000);
> -->
> </script>
>
Fine as long as javascript is enabled. Search engines won't find the redirect,
for instance.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|