navigator.plugins.refresh() : Navigator Object : Navigator JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Navigator » Navigator Object »

 

navigator.plugins.refresh()







The plugins.refresh() checks for any new plug-ins installed on the browser.












<html>
    <head>
    <title> Example of the plugins.refresh method of the navigator object</title>
    </head>
    <body>
    <script language="JavaScript">
    <!--
         document.write(navigator.platform);
    -->
    </script>
    </body>
    </html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Navigator
» Navigator Object