Ya te entendí, el problema es que en Explorer siempre tienes que abrir una nueva ventana para poder quitar menus, scroll, etc (en Mozilla lo puedes hacer sin tener que abrir una nueva ventana). Se tendría que hacer así:
Código HTML:
<html>
<body>
<a href="javascript:void(window.open('http://www.terra.es','ventana','toolbar=0,titlebar=0,location=0,status=1,menubar=1,resizable=1,scrollbars=1'))">Nueva ventana</a>
</body>
</html>