August 1999
Intermediate to advanced
1488 pages
72h 53m
English
navigator.plugins.refresh()
The plugins.refresh() method of the navigator object is used to check for any new plug-ins installed on the browser.
Listing 7.404 shows an example of how the plugins.refresh() method is used.
<html>
<head>
<title> Example of the plugins.refresh method of the navigator object</title>
</head>
<body>
<script language="JavaScript">
<!--Hide
document.write(navigator.plugins.refresh());
// End Hide -->
</script>
</body>
</html>
|
Read now
Unlock full access