View Single Post
  #1  
Old 02-26-2007, 11:20 AM
 
Serdar Serdar is offline
 

Advanced Member
  
Join Date: Nov 2006
Posts: 36
 

Default send_to_friend.tpl as pop-up window

Hi all,
I am trying to make send to friend to be shown in a pop-up window. I am trying to put a link says "suggest this product" and when you click on it Ajax popup should open and you should see send_to_friend.tpl in there. My script is ready for popup window but i dont know how to apply that to .tpl file.

I need to make the link something like this

<a href="customer/main/send_to_friend.tpl"
onclick="return show_hide_box(this, 200, 270, '2px solid')">
suggest this product
</a>


Thanks in advance,
Serdar
__________________
X-Cart Gold Version 4.1.3
Reply With Quote