Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.