I want to open a page having quicktab instance in a popup.
I am using popup module with my customization to open an url in a popup.
My customizations:
$url = drupal_get_normal_path($url);
menu_set_active_item($url);
$body = menu_execute_active_handler(NULL, FALSE);

But if the url is having quicktab instance in it then quicktab tabs gets displayed as links and opens back in the new page instead of popup.

Can somebody help me to make quicktab work in the popup?