Discussion:
Allow META REFRESH
(too old to reply)
A.M
2004-06-01 13:58:23 UTC
Permalink
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,
Wei-Dong XU [MSFT]
2004-06-02 05:57:19 UTC
Permalink
Hi Alan,

In you another post, Paul Lynch has posted one very helpful suggestion in your another thread.
From: "A.M" <***@online.nospam>
Subject: Redirect to virtual directory
Date: Tue, 1 Jun 2004 09:37:56 -0400
Newsgroups: microsoft.public.inetserver.iis.security

If you have any further question, please feel free to let me know.

Best Regards,
Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
The Real Larry Hyman
2004-06-02 11:43:49 UTC
Permalink
here is a javascript that you can use to do it:

<script language="javascript" type="text/javascript">
<!--
window.location="http://www.yoursite.com";
// -->
</script>
--
If you have time,
please check my web site:

http://hyman.sytes.net

http://www.larryhyman.tk

FREE .Dot TK Domains here !
Ambassador Code: 118076
Post by A.M
Hi,
<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,
Loading...