Hi,
My problem at the moment is a bit different than specified in topic title.
I have an Iframe which displays .html file with js/ content slider
when i click a link inside of that iframe I want for pop up window (greybox) to appear, but not inside of iframe , outside of it.
I found a section of developers page about this, but I don't seem to be able to do this.. http://orangoo.com/labs/GreyBox/FAQ/#q12
I undersand that I must leave greybox folder/files where they normally are located?!
Do i need to add something more to
<a href="http://google.com/" onclick="return parent.GB_show('Google', this.href)">Visit Google</a>
as I just copied it. with no changes ..