taken from http://enlightenment.org/pages/main.html;

var supported = /MSIE (5\.5)|[6789]/.test(navigator.userAgent) &&
navigator.platform == "Win32";

the regex is obviously wrong...

/MSIE (5\.5|[6789])/ would seem to be the wanted regex.

-- 
Morten

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to