URL
https://opencores.org/ocsvn/cpu8080/cpu8080/trunk
Subversion Repositories cpu8080
[/] [cpu8080/] [trunk/] [project/] [cpu8080_html/] [fit/] [report.htm] - Rev 2
Go to most recent revision | 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>
Go to most recent revision | Compare with Previous | Blame | View Log