JavaScript Reference/Javascript Properties/menuArguments

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

"menuArguments" Example

    
<html>
<body>
<script language = "JavaScript">
    var yourWindow = window.external.menuArguments;
    var theDocument = yourWindow.document;
</script>
</body>
</html>



"menuArguments" is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |external                                                      |
+----------------+--------------------------------------------------------------+



"menuArguments" Syntax and Note

Note:
Read-only property. 
Returns a reference to the window object called from a context menu.
    
Syntax:
    
window.external.menuArguments