OpenCores
URL https://opencores.org/ocsvn/cpu8080/cpu8080/trunk

Subversion Repositories cpu8080

[/] [cpu8080/] [trunk/] [project/] [cpu8080_html/] [fit/] [report.htm] - Rev 33

Compare with Previous | Blame | View Log

<html>
  <head>
    <script>
      function isNS4() {
      return ((navigator.appName.indexOf("Netscape") >= 0) && (parseFloat(navigator.appVersion) < 5) ) ? true : false;
      }
      function isNS7() {
      return ((navigator.appName.indexOf("Netscape") >= 0) && (parseFloat(navigator.appVersion) >= 5) ) ? true : false;
      }
 
      function init(){
        if( isNS4() ){ 
          document.location.href="checkNS4.htm";
        }
        else if( isNS7() ){
          document.location.href="check.htm";
        }
        else{
          document.location.href="appletref.htm";
        }
      } 
    </script
  </head>
  <body onload="javascript:init()" bgcolor="#ffffff" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
  </body>
 
</html>
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.