How do I manipulate a DOM in an window.open()

How do I manipulate a DOM in an window.open()

var o = window.open( 'blank.htm')

What syntax would I use to have jQuery copy DOM content from the current window to the window that the object "o" references?