Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/03/2009, 14:39
Avatar de foreverOdd
foreverOdd
 
Fecha de Ingreso: noviembre-2007
Ubicación: Caracas
Mensajes: 489
Antigüedad: 16 años, 5 meses
Puntos: 14
Respuesta: Acceder a elemento fuera de iframe.

pues asi:

Código javascript:
Ver original
  1. $(document).ready(function(){
  2.  
  3.     padre = $(window.parent.document);
  4.  
  5.     $(padre).find("SELECTOR_CSS").LOQUEQUIERAS()
  6.  
  7.  
  8. });
__________________
My path is lit by my own fire, I only go where I desire