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!