I am using Fancybox. Type is iframe.
Here's the code:
$(".open_iframe").fancybox({
type: 'iframe'
});
On this page I have a variable:
var myVar = 'Some Value';
What I need to do is to pass myVar to the child page which pop's up.
How can I do this?