View Single Post
  #2  
Old 01-25-2005, 11:11 PM
 
rvargas rvargas is offline
 

Member
  
Join Date: Sep 2004
Location: usa
Posts: 27
 

Default

I think I found the where the problem is
this is the script created by the html catalog when you click to see a detailed image:

<script>

function viewpic(imageid,imagename,imagex,imagey) {

url = "../view_product_image.php?imageid=" + imageid + "&imagename=" + imagename + "&product=Metallic Plate";

window.open (url, null,"width=" + imagex + ",height=" + imagey + ",left=20,top=20");

}

I think It's just the path to the view_product_image.php file, but How do I fix this???

</script>
__________________
Roberto Vargas
computersar.com
X-Cart Gold 4.0.13 Installed On Unix Server
Location: Ca - USA
Reply With Quote