If you want a frame to pop up in a new window altogether, then you put this:
<frame src = "blah.html" target = "new" width = "400" height = "400">
The target = "new" part is what will pop up a new window.
But, if you want to fram to be passed to another window, you name your frames, then do a target = "framename". It's that simple
