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

Subversion Repositories cpu8080

[/] [cpu8080/] [trunk/] [project/] [cpu8080_html/] [fit/] [report.htm] - Blame information for rev 33

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 samiam9512
<html>
2
  <head>
3
    <script>
4
      function isNS4() {
5
      return ((navigator.appName.indexOf("Netscape") >= 0) && (parseFloat(navigator.appVersion) < 5) ) ? true : false;
6
      }
7
      function isNS7() {
8
      return ((navigator.appName.indexOf("Netscape") >= 0) && (parseFloat(navigator.appVersion) >= 5) ) ? true : false;
9
      }
10
 
11
      function init(){
12
        if( isNS4() ){
13
          document.location.href="checkNS4.htm";
14
        }
15
        else if( isNS7() ){
16
          document.location.href="check.htm";
17
        }
18
        else{
19
          document.location.href="appletref.htm";
20
        }
21
      }
22
    </script
23
  </head>
24
  <body onload="javascript:init()" bgcolor="#ffffff" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
25
  </body>
26
 
27
</html>

powered by: WebSVN 2.1.0

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