Allow META REFRESH

From: A.M (nospam1_at_online.nospam)
Date: 06/01/04


Date: Tue, 1 Jun 2004 09:58:23 -0400

Hi,

I have this meta tag on my page's header to redirect user to another URL:

<META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://www.microsoft.com">

If user disables Allow META REFRESH in the browser options (IE Options->
Security -> Custom Level -> Miscellaneous ->Allow META REFRESH) then the
meta doesn't work.

Do I have a better option for doing that and works with all browser's
options?

Thanks,
Alan,



Relevant Pages

  • Allow META REFRESH
    ... I have this meta tag on my page's header to redirect user to another URL: ... If user disables Allow META REFRESH in the browser options (IE Options-> ...
    (microsoft.public.inetserver.iis)
  • Re: Open a page from within PHP
    ... "Rick" schrieb im Newsbeitrag ... > What is the best way that to redirect user back to previous page. ... > header() but i can't use header because i have already sent data with a ...
    (alt.php)
  • Re: Force user to another page
    ... An additional word of caution about header() -- you should not call ... headerunless no other text has been output by your script yet. ... I ALWAYS use exit() after the headerstatement. ...
    (comp.lang.php)
  • Re: Force user to another page
    ... determine whether or not to redirect with header() before producing any part of the readable page for your users. ... call exit() afterward to be sure nothing else gets executed. ...
    (comp.lang.php)