You Must Have Flash
Since you don't get to see the Flash test page, here's the
full code:
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!--
function MM_checkPlugin(plgIn, theURL, altURL, autoGo)
{
//v3.0
var ok=false;
document.MM_returnValue = false;
with (navigator)
if (appName.indexOf('Microsoft')==-1)
ok=(plugins && plugins[plgIn]);
else if (appVersion.indexOf('3.1')==-1)
{
//not Netscape or Win3.1
if (plgIn.indexOf("Flash")!=-1 && window.MM_flash!=null)
ok=window.MM_flash;
else if (plgIn.indexOf("Director")!=-1 && window.MM_dir!=null)
ok=window.MM_dir;
else ok=autoGo;
}
if (!ok) theURL=altURL;
if (theURL) window.location=theURL;
}
//-->
</SCRIPT>
<META HTTP-EQUIV="refresh" CONTENT="8;
URL=NON-FLASHPAGE.html">
</HEAD>
<!-- Get what is below all onto one line -->
<!-- Get what is below all onto one line -->
<BODY BGCOLOR="#FFFFFF"
onLoad="MM_checkPlugin('Shockwave Flash','FLASHPAGE.html','NON-FLASHPAGE.html',true);return document.MM_returnValue">
<!-- Get what is above all onto one line -->
<!-- Get what is above all onto one line -->
</BODY>
</HTML>
[Back to the Index Page]
|