Código PHP:
<body onLoad="setInterval('reswin()',1);">
<script type="text/javascript">
function reswin(){
self.moveTo(0,0)
self.resizeTo(Width=screen.width,Height=screen.height)
}
</script>
con Chrome perfecto... con IE... la resizea nada mas abrirse... luego la mueves o cambias el tamaño... y pasa de tí.
Probé a meterle compatibilidad de IE 7 y nada...
se os ocurre algo?