I've been trying to implement a map that opens up a popup when a country is clicked, but I've been having trouble getting the code I put in the XML page to work.
I've tried:
link='P-detailsPopUp,width=400,height=300,toolbar=no, scrollbars=no,resizable=no-Poland.html'
and
link='JavaScript:Poland()'
the latter of which referenced a bit of Javascript I know works because I tested it directly from a link on the index page.
A regular URL works, but that's about it. any thoughts? Maybe a flash setting that's disabled?