Plugin.description

JavaScript 1.1+, JScript 1.0+ Nav3+, IE 3+, Opera3+ Syntax

							plugin.description

Description

The description property of the Plugin object is used to obtain a description of the browser plug-ins.

Example

Listing 7.426 shows an example of how the description property is used.

Listing 7.426 Example of the description Property
<html>
<head>
<title> Example of the plugin description property</title>
</head>
<body>

<script language="JavaScript">
<!--Hide
// print the description for the first plug-in
     document.write(navigator.plugins[0].description);

// End Hide --->
</script>

</body>
</html>
							
						

Get Pure JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.