Plugin.length : Plugin : Document JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Document » Plugin »

 

Plugin.length







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>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Document
» Plugin