srjuanjo
unread,Jun 24, 2009, 7:02:17 AM6/24/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fancybox
Here is the solution ;-)
$("a.mipopupp").fancybox({
'zoomSpeedIn':300,
'zoomSpeedOut':300,
'hideOnContentClick':false,
'frameWidth':700,
'frameHeight':400,
'callbackOnClose':function(){
$('#parent_id').val($("#fancy_frame").contents().find
("#children_id").val());
}
});
<a class="mipopupp" href="popupFancybox.html?iframe"><img
src="imageButton.jpg" /></a>
---------------------
-parent_id location is in the parent page
-children_id location is in the popup fancybox layer
- the value of children_id goes to parent_id