This is the inner window. The following script is executed here and should define an object in the parent window:
window.parent.eval( 'var MyObject = new Object();' ) ;
The following button must alert "undefined":