If anyone is ever trying to use javascript to close a window when it opens, such as this, then for opera you can't just do a simple window.close(). You have to use this:

<body onload="window.opener=null; window.close(); return false">

Works in opera, and other browsers as well. So this will be fixed for 7.1