There are times when a popup window is essential. What I am trying to do is find a way of opening an MP3 module and a video module in a popup window so that visitors can listen to music/watch a video and still browse around my site.
This code:
Code:
<a onclick="window.open(this.href,'','width=650,height=570,left=100,top=50,scrollbars=yes');return false" href="index2.php?option=com_xmap&Itemid=219">Link name goes here</a>
does a very good job with content items but of course modules don't have the same id structure.
There are popup modules - so it can be done - but I'm not a coder and so can't deconstruct them to find out how to transfer the popup code to any module.
I've searched all day for solutions!