from MSDN (http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/objects/external.asp)external:
  is an object which allows access to an additional object model provided by IE.menuArguments:
  is a property which returns the window object where the context menu item was executed. parentWindow:
  is a property which retrieves a reference to the container object of the window.documentElement:
  is a property which retrieves a reference to the root node of the documentinnerText:
  is a property which sets or retrieves the text between the start and end tags of the object.说明白了,external.menuArguments.parentWindow.document.documentElement.innerText就是把目前CONTEXT菜单所处窗口的父窗口的文件内容取出来