I’m having an issue pushing my code through into the parent window. It’s currently in an iFrame and I’ve been ratteling my brain over this for some time. I have very little experience with parent functions. Any help would be great, Thanks!
$(document).ready(function(){
$("a[rel*=2gain]").facebox({
loadingImage : 'rc/loading.gif',
closeImage : 'rc/closelabel.png'
});
});
Have you tried
parent.document?