Skip to content

Instantly share code, notes, and snippets.

@biswarupadhikari
Created January 29, 2013 13:36
Show Gist options
  • Save biswarupadhikari/4664290 to your computer and use it in GitHub Desktop.
Save biswarupadhikari/4664290 to your computer and use it in GitHub Desktop.
How to Create Modal Window In Joomla
<?php JHTML::_('behavior.modal'); ?>
<a href="index.php?option=com_users&view=registration&tmpl=component" class="modal" rel="{handler: 'ajax',size: {x: 600, y: 450}}">Register Now For Deal</a>
@biswarupadhikari
Copy link
Author

you may use iframe for handler option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment