
18/03/2003, 23:24
|
 | | | Fecha de Ingreso: mayo-2002 Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años, 10 meses Puntos: 7 | |
function detectar_pantalla() {
if (screen.width=="640") {
//enviar a pagina cuando resolucion: 640x480
} else {
if (screen.width=="800") {
//enviar a pagina cuando resolucion: 800x600
} else {
//otras resoluciones
}
}
}
__________________ No tengo firma ahora... :( |