'menuArguments' Example : menuArguments « Javascript Properties « JavaScript Reference

'menuArguments' Example

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

    
      
      








Related examples in the same category

1.'menuArguments' Syntax and Note
2.'menuArguments' is applied to