View Single Post
  #10  
Old 02-06-2003, 09:27 AM
 
davegray davegray is offline
 

Member
  
Join Date: Feb 2003
Posts: 15
 

Default Still no dice

Boomer,

I tried your tip.
My file is in /customer/ and I also tried the following variance, since the file is in the folder above /customer/main/ (for product.tpl)

{* $Id: product.tpl,v 1.59.2.2 2003/01/23 14:37:23 basil Exp $ *}

{literal}
<SCRIPT language=JavaScript1.2>
<!--
function productimagedetail(product_id) {
var w = "450"; //width
var h = "450"; //height
window.open('../product_detailed_images.php?productid='+product_id ,"detailedproduct","width="+w+",height="+h+",resiz able,scrollbars=yes");
}
-->
</SCRIPT>
{/literal}


May you can see something that I am doing wrong.
I also can not get any of my uploaded csv file referenced images to come up (detailed). If I add a detailed image, then it works.

I guess I am going to have to look into the dB. Can you help me with what table to check out??

thanks again

dave