I have nested hs.htmlExpand() and within the second level object have a button to close the expanded object, ie the script is:
<a href="#" onclick="return hs.close(this)" class="control" title="<?php echo JText::_('MOD_CDLOGIN_CLOSELABEL'); ?>"><?php echo JText::_('MOD_CDLOGIN_CLOSELABEL'); ?>
</a>
How do I change the script to close both this expanded object and the parent one at the same time?
