for (i in navigator) alert(i + " = " + navigator[i])
If the property ends with ";I" which designates International, then the browser _probably_ does not.
var encryption =
navigator.appName != 'Netscape' ? 'unknown' :
navigator.userAgent.indexOf(' U') != -1 ? 'strong' : 'weak';
Written and compiled by Réal Gagnon ©1998-2012
[ home ]