
04/11/2005, 07:34
|
| | Fecha de Ingreso: noviembre-2004
Mensajes: 90
Antigüedad: 20 años, 5 meses Puntos: 0 | |
al final lo he hecho de esta forma...
<html>
<head>
<title>..:: ::..</title>
</head>
<body>
<SCRIPT language=javascript>
if ( screen.width <= 800)
document.location = "home.asp";
else if ( screen.width > 800)
document.location = "home1.asp";
</SCRIPT>
</body>
</html> |