Thread: popup image
View Single Post
  #6  
Old 04-05-2005, 05:36 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Try replacing your <body> tag in home.tpl with this:

Code:
{if $main eq "catalog" and $current_category.category eq ""} <BODY onLoad="javascript:popUp('http://www.mydomin.com/test/test.jpg')"> {else} <body> {/if}

Replace the link to the popup with whatever you used. Be sure to make a backup of home.tpl first.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote