Plugin.filename : Plugin : Document JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Document » Plugin »

 

Plugin.filename







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>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Document
» Plugin