cerberus website placeholder (circa Jun 2002)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

34 lines
1.0 KiB

  1. <html>
  2. <head>
  3. <title>Flash Check</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <SCRIPT LANGUAGE="JavaScript">
  6. <!--
  7. function MM_checkPlugin(plgIn, theURL, altURL, autoGo)
  8. {
  9. //v3.0
  10. var ok=false;
  11. document.MM_returnValue = false;
  12. with (navigator)
  13. if (appName.indexOf('Microsoft')==-1)
  14. ok=(plugins && plugins[plgIn]);
  15. else if (appVersion.indexOf('3.1')==-1)
  16. {
  17. //not Netscape or Win3.1
  18. if (plgIn.indexOf("Flash")!=-1 && window.MM_flash!=null)
  19. ok=window.MM_flash;
  20. else if (plgIn.indexOf("Director")!=-1 && window.MM_dir!=null)
  21. ok=window.MM_dir;
  22. else ok=autoGo;
  23. }
  24. if (!ok) theURL=altURL;
  25. if (theURL) window.location=theURL;
  26. }
  27. //-->
  28. </SCRIPT>
  29. <!-- Refreshes after 8 seconds incase not working! change url into no flash page -->
  30. <META HTTP-EQUIV="refresh" CONTENT="8; URL=noflash.htm">
  31. </head>
  32. <body bgcolor="#FFFFFF" text="#000000" onLoad="MM_checkPlugin('Shockwave Flash','flash.html','noflash.html',true);return document.MM_returnValue">
  33. </body>
  34. </html>