JavaScript Reference/Javascript Properties/filename

Материал из Web эксперт
Перейти к: навигация, поиск

"filename" Example

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



"filename" is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |plugin                                                        |
+----------------+--------------------------------------------------------------+



"filename" Syntax and Note

Note:
Read-only property. 
Sets the filename of the plug-in module in Netscape browsers.
    
Syntax:
    
navigator.plugins[index].filename