Plugin.description : Plugin : Document JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Document » Plugin »

 

Plugin.description







The description property obtains a description of the browser plug-ins.












<html>
    <head>
    <title> Example of the plugin description property</title>
    </head>
    <body>
    <script language="JavaScript">
    <!--
         document.write(navigator.plugins[0].description);
    -->
    </script>
    </body>
    </html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Document
» Plugin