Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/01/2013, 07:18
Pelao
 
Fecha de Ingreso: abril-2003
Mensajes: 260
Antigüedad: 21 años, 1 mes
Puntos: 1
iframe chrome

Alguien sabe que xq este js me funciona en IE, pero no asi en Chrome...diciendo que esta indefinido la variable 'bottom':

Uncaught TypeError: Cannot read property 'bottom' of undefined

pForm.target = pTarget;
if ( pTarget != '_top' )
parent.document.frames[pTarget].location = pUrl;
else
parent.document.location = pUrl;
}

ese error me lo hace al intentar la primera parte del if

//// parent.document.frames[pTarget].location = pUrl; ////

Gracias!
__________________
Bye!