Jump to content
xt:Commerce Community Forum

Produktbild in neuen Fenster *popup*


dragon_0000

Recommended Posts

Ich würde gerne beim klick auf mein (info) Bild das große (popup) Bild in einen neuen kleinen Fenster öffnen.

Neues Fenster wird schon geöffnet jedoch nicht das Bild weil ich in der window.open Funktion ja kein Smarty verwenden kann - weiß jemand Rat?

{literal}<script type="text/javascript">
function info()
{ produktBild=window.open('info.html','popup','width=420,height=265,top=135,left=135');
produktBild.focus;
}
</script>
{/literal}
.....
<a href="{img img=$img_data.file type=m_popup path_only=true}" title={$products_name}>{img img=$img_data.file type=m_info alt=$products_name}</a>[/HTML]

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...