por silvina » Vie Ene 30, 2009 12:36 am
<script LANGUAGE="JavaScript">
function redireccionar() {
var url1280x1024 = "index1280x1024.html";
if ((screen.width == 1280) && (screen.height == 1024))
window.location.href= url1280x1024;}
</script>
y despues del body...
<body onLoad="redireccionar()">