JavaScript Reference/Javascript Properties/filename — различия между версиями

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

Текущая версия на 08:22, 26 мая 2010

"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