August 1999
Intermediate to advanced
1488 pages
72h 53m
English
plugin.length
The length property of the Plugin object determines the number of MIME data types the plug-in can support.
Listing 7.428 shows an example of how the length property is used.
<html>
<head>
<title> Example of the plugin length property</title>
</head>
<body>
<script language="JavaScript">
<!--Hide
// print the number of browser plug-ins
document.write(navigator.plugins.length);
// End Hide --->
</script>
</body>
</html>
|
Read now
Unlock full access