Plugin: description, filename, name : plugin « Javascript Objects « JavaScript DHTML






Plugin: description, filename, name

    
<html>
<body>
<button onclick="alert(navigator.plugins[0].description);">mimetype</button>
<button onclick="alert(navigator. plugins[0].filename);">suffixes</button>
<button onclick="alert(navigator.plugins[0].name);">type</button>
</body>
</html>

    
      
      








Related examples in the same category

1.'refresh()' Example