The length property determines the number of MIME data types the plug-in can support.
<html> <head> <title> Example of the plugin length property</title> </head> <body> <script language="JavaScript"> <!-- document.write(navigator.plugins.length); --> </script> </body> </html>