Plugin.name : Plugin : Document JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Document » Plugin »

 

Plugin.name







The name property gets the plug-in's name.












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







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Document
» Plugin