Open Joomla modal with Javascript
To open a modal box in Joomla using Javascript, first make sure the modal behavior is loaded:
JHTML::_('behavior.modal');Then, open an external resource with an iframe handler:
SqueezeBox.setContent( 'iframe', 'http://google.com' );
Comments (0)