![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
09/01/2003, 10:30
|
![Avatar de DanielRey](http://static.forosdelweb.com/customavatars/avatar4516_1.gif) | Usuario no validado | | Fecha de Ingreso: enero-2001 Ubicación: Mendoza
Mensajes: 630
Antigüedad: 24 años Puntos: 1 | |
Sgafy:
Lo que está en negritas va en minúsculas, lo puse así para resaltarlo.
function centrar_frame()
{
if ((form.opcion[0].checked=="") and (form.opcion[1].checked=="") and (form.opcion[2].checked=="") and (form.opcion[3].checked=="") AND (form.opcion[4].checked==""))
{ return;} ELSE {
if (screen.width==1024){textDiv.style.left =545;}
if (screen.width==800){textDiv.style.left =445;}
if (screen.width==1024){textDiv2.style.left =118;}
if (screen.width==800){textDiv2.style.left =12;}
miform.submit(); }
} |