I have 2 sites and coding outsite. The code is called code.htm and looks like this:
<!--#if expr="${HTTP_USER_AGENT}= /MSIE/"-->
<meta HTTP-EQUIV="refresh"
CONTENT="0; URL=home.htm">
<!--#set var=
"bver" value="IE"-->
<!--#elif expr="${HTTP_USER_AGENT} =/Mozilla/&& $bver !=/IE/"-->
<meta HTTP-EQUI="refresh"
CONTENT="0; URL=Home2/home2.htm">
<!--#else-->
<meta HTTP-EQUIV="refresh"
CONTENT="0; URL= Home2/home2.htm">
<!--#endif-->
My other sites are pretty much the same but one has flash on it. I use the code site to determine if the user is using Netscape or IE because my flash needs to be transparent. It is transparent in IE but not in Netscape so I have the user directed to my nonflash site. My problem is that I have a plugin for non-flash users on my flash site (asking them to download flash) but it only works if you open that site directly and not through the site with coding. I would say forget the coding site but I need it so it won't show my flash page in Netscape because it isn't transparent.
Feel free to ask for any more details about this problem
lmarshall
PS here is my code from my flash site
<body onLoad="MM_checkPlugin('Shockwave Flash','../hometest.htm','../Home2/home2.htm',false);return document.MM_returnValue">
<!-- Tanspsarent background -Must need for converting to different resolutions--><body onLoad="MM_checkPlugin('Shockwave Flash','../hometest.htm','../Home2/home2.htm',false);return document.MM_returnValue">
<!--#if expr="${HTTP_USER_AGENT}= /MSIE/"-->
<meta HTTP-EQUIV="refresh"
CONTENT="0; URL=home.htm">
<!--#set var=
"bver" value="IE"-->
<!--#elif expr="${HTTP_USER_AGENT} =/Mozilla/&& $bver !=/IE/"-->
<meta HTTP-EQUI="refresh"
CONTENT="0; URL=Home2/home2.htm">
<!--#else-->
<meta HTTP-EQUIV="refresh"
CONTENT="0; URL= Home2/home2.htm">
<!--#endif-->
My other sites are pretty much the same but one has flash on it. I use the code site to determine if the user is using Netscape or IE because my flash needs to be transparent. It is transparent in IE but not in Netscape so I have the user directed to my nonflash site. My problem is that I have a plugin for non-flash users on my flash site (asking them to download flash) but it only works if you open that site directly and not through the site with coding. I would say forget the coding site but I need it so it won't show my flash page in Netscape because it isn't transparent.
Feel free to ask for any more details about this problem
lmarshall
PS here is my code from my flash site
<body onLoad="MM_checkPlugin('Shockwave Flash','../hometest.htm','../Home2/home2.htm',false);return document.MM_returnValue">
<!-- Tanspsarent background -Must need for converting to different resolutions--><body onLoad="MM_checkPlugin('Shockwave Flash','../hometest.htm','../Home2/home2.htm',false);return document.MM_returnValue">