nixtransport.js
No description.

File Location

/goog/net/xpc/nixtransport.js

Classes

goog.net.xpc.NixTransport
NIX method transport. NOTE(user): NIX method tested in all IE versions starting from 6.0.

Public Protected Private

Global Functions

goog.net.xpc.NixTransport.conductGlobalSetup_(listenWindow)
Conducts the global setup work for the NIX transport method. This function creates and then injects into the page the VBScript code necessary to create the NIX wrapper class. Note that this method can be called multiple times, as it internally checks whether the work is necessary before proceeding.
Arguments:
listenWindow : Window
The window containing the affected page.
code »
goog.net.xpc.NixTransport.isNixSupported() boolean
Determines if the installed version of IE supports accessing window.opener after it has been set to a non-Window/null value. NIX relies on this being possible.
Returns: boolean  Whether window.opener behavior is compatible with NIX.
code »

Directory xpc

File Reference