Browser Info | |
Your IP: 192.25.206.60 | |
appCodeName | '+navigator.appCodeName+' |
appName | '+navigator.appName+' |
appVersion | '+navigator.appVersion+' |
userAgent | '+navigator.userAgent+' |
You have no mimeTypes installed. | |
mimeTypes type & suffixes | '+i+' | '+navigator.mimeTypes[i].type+' '+navigator.mimeTypes[i].suffixes+' | ');
}
}
if (navigator.plugins.length==0){
document.write('
You have no plugins installed. | |
plugins description & name | '+i+' | '+navigator.plugins[i].description+' '+navigator.plugins[i].name+' | ');
}
}
document.write('
Java enabled - '+navigator.javaEnabled()+' |