View Single Post
  #2  
Old 04-28-2003, 09:46 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Code:
{literal} <SCRIPT language=JavaScript1.2> <!-- function productimagedetail(product_id) { var w = "450"; //width var h = "450"; //height window.open('/store/customer/product_detailed_images.php?productid='+product_id,"detailedproduct","width="+w+",height="+h+",resizable,scrollbars=yes"); } --> </SCRIPT> {/literal}
Usage:
Code:
<A HREF="javascript: productimagedetail({$product.productid})">

You'll need to customize it for your own needs.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote