Hola a Todos, muchas gracias x t...@s las respuestas.
 De esta forma yo pude solucionar parcialmente el tema.

1°.- Crear una funcion javascript en pagina del iframe, luego
asignarle al evento onclick  de la etiqueta <a href="">

//obj.title=Tutulo de la imagen
//obj.href=Ruta del la imagen a llamar.
function LoadGaleriaIMG(obj){
    return parent.GB_showImage(obj.title,obj.href)
}

<a class='img gris01' href='../uploads/img.jpg' onClick='return
LoadGaleriaIMG(this);' title='Imagen N° 1'>Abrir Imagen</a>

y eso es todo, no soy bueno para explicar, espero q se entienda, jaja,
saludos ...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GreyBox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/greybox?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to