Hi, >> > This works properly on IE for Mac for redirecting users >> > to download a file: >> > >> >Header("Refresh: 0;URL=http://www.mywebsite.com/junk.zip"); >> >>uuuh ist this valid? I've never seen that before. I think it should >>read: >> >>(HTML) >>(HEAD) >> (META HTTP-EQUIV="REFRESH" CONTENT="0; >>URL=http://www.mywebsite.com/junk.zip") >>(/HEAD) >> >>and doesn't belong into the HTTP header.
> They are equivelant. The META tag version > creates the same HTTP header. no they aren't :) what YOU are proposing is a proprietary solution which might work on many browser because it's either implemented or they are terribly tolerant. Kind Regards, Daniel Lorch -- if(empty($a) == true ? true : false) -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]