Have you tried creating HTML with the equivalent META header?

<HEAD>
<META HTTP-EQUIV="refresh" CONTENT="3; URL=newpage.php/">
</HEAD>

Does it work for you?

cheers,
thalis

On Mon, 20 May 2002, Olexandr Vynnychenko wrote:

> Hello php-general,
> 
>   Has anyone else here the same proplem as I have? I write in my php:
> 
> header("Refresh: 3; url=newpage.php");
> 
> Netscape 4.79 works fine and goes to page.php after 3 seconds pass.
> But IE 6 doesn't want to do that. Can anyone explain such a wonderful
> behavior?
> 
> -- 
> Best regards,
>  Olexandr                          mailto:[EMAIL PROTECTED]
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to