View Single Post
  #6  
Old 08-14-2007, 05:03 AM
 
balinor balinor is offline
 

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

Default Re: creating hyperlinks

I usually use something like this:

<a href="#" onClick="window.open('files/ingredients/{$product.productcode}.html','','scrollbars=no,res izable=no,width=400,height=300,menubar=no,toolbar= no');return false;" target="_blank"> ingredients</a>

That will open a file in the files/ingredients folder that is named for the sku of the product. So if your sku is 100, you would create a file called 100.html and put it in the files/ingredients folder (which you will need to create). Adjust the width and height according to what your html file format is.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote