PDA

View Full Version : plugin detection on MAC and UNIX/LINUX systems


sahib
08-16-2002, 03:46 PM
hola.

can anyone tell me if/how it is possible to detect browser plugins (Navigator and MSIE) on MAC and UNIX/LINUX systems ?

do they support the navigator.plugins object ?

many thanks in advance for any hints you can provide. :)

sahib.

JSgamer2049
05-25-2004, 04:03 PM
You can't. MSIE has the plugins array but its empty. Navigator is good, but its array isn't good enough. I hear some newer version of MSIE for Mac only uses the plugins array like Navigator, but the only real way to detect plugins is with Java or VBScript. Sorry, that sucks, doesn't it?