I am running phpBB forum in an iframe. It works fine except for the login.php page. When you hit submit (for login) it changed the parent frame so I loose all my headers and such. I went into the login.tpl and tried changing the target from "_top" to "top.framename". This made it load in its own window. Does anyone know how to work around this?