August 1999
Intermediate to advanced
1488 pages
72h 53m
English
plugin.name
The name property of the Plugin object is used to get the plug-in's name.
Listing 7.429 shows an example of how the name property is used.
<html>
<head>
<title> Example of the plugin name property</title>
</head>
<body>
<script language="JavaScript">
<!--Hide
// print the name of the first browser plug-in
document.write(navigator.plugins[0].name);
// End Hide --->
</script>
</body>
</html>
|
Read now
Unlock full access