Plugin.filename : Plugin « Document « JavaScript Tutorial






The filename property gets the path and filename for a plug-in.

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








14.30.Plugin
14.30.1.Plugin
14.30.2.Plugin.description
14.30.3.Plugin.filename
14.30.4.Plugin.length
14.30.5.Plugin.name
14.30.6.IE Plugin