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.
 
 
 
 
 
 

19 lines
507 B

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