Código PHP:
<script type="text/javascript">
function autoresol(){
var imagen = document.getElementById("imagen");
imagen.src = 'http://augustino.net/Res/ins.php?resolucion='+screen.width+'&idusuario=<?php print($_SESSION['usuario_sesion']);?>';
}
</script></head>
<body onLoad="autoresol();">
<iframe id="imagen"></iframe>
Espero me puedan decir como hacer una precarga real, porque la idea de las FAQ, de precarga por un array no me funciona