I need to use pop-up windows to display interactive content. Using normal HTML this works just fine and it is working fine even with Joomla and SEF turned off. But when I switch to SEF turned on, the path for the popup window is becoming wrong.
When I use this code in the article:
<a href="#" onclick="javascript:window.open('images/stories/panoramatour/messe/tw_iyc_v1.html','_blank','status=yes,top=0,left=0,width=660, height=526');">link</a>
it is correctly opening a new window with this path:
http://pavomedia.de/panoramen/images/stories/panoramatour/messe/tw_iyc_v1.html
When I use the same code and turn SEF on, I receive this path (and Page-not-found-error) instead:
http://pavomedia.de/panoramen/index.php/galerie-beispiele-360-grad-panorama/images/stories/panoramatour/messe/tw_iyc_v1.html
Is there any solution for this?
Thanks in advance,
Michael