View Single Post
Old 01.01.2008, 19:32   #1 (permalink)
Keveen
Baby Mamber
 
Join Date: Sep 2004
Posts: 9
Keveen is on a distinguished road
Default Is it possible to put a module in a popup window?

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&amp;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!
Keveen is offline   Reply With Quote
Sponsored Links