Detect if the connection is possible via a secure channelTag(s): Varia
To see what JavaScript can tell you about Navigator, use this statement:
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';
mail_outline
Send comment, question or suggestion to howto@rgagnon.com
Send comment, question or suggestion to howto@rgagnon.com