View Single Post
  #3  
Old 12-18-2006, 06:55 AM
 
Sisom Sisom is offline
 

eXpert
  
Join Date: Sep 2006
Posts: 310
 

Default Re: Buttonsrow link won't open new window

I contacted Qualiteam and the answer is as follows:
<p class="ButtonsRow">{include file="buttons/button.tpl" button_title=$lng.lbl_open_new_window href="javascript: window.open('https://www.mysite.com/home.php');" target="_blank" style="button"}</p>

i.e. change
href="https://www.mywebsite.com/home.php" target="_blank"
to
href="javascript: window.open('https://www.mysite.com/home.php'); target="_blank"


Just thought I'd post up the answer in case anybody else ever had/has this problem.
__________________
X-Cart Gold Version 4.3.2
Reply With Quote