JavaScript Reference/Javascript Properties/menuArguments — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:21, 26 мая 2010
<html>
<body>
<script language = "JavaScript">
var yourWindow = window.external.menuArguments;
var theDocument = yourWindow.document;
</script>
</body>
</html>
+----------------+--------------------------------------------------------------+
| Applied_To |external |
+----------------+--------------------------------------------------------------+
Note:
Read-only property.
Returns a reference to the window object called from a context menu.
Syntax:
window.external.menuArguments