View Single Post
  #6  
Old 04-13-2005, 08:18 AM
 
balinor balinor is offline
 

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

Default

Make a bacup first and then try replacing this:

Code:
<A href="{$php_url.url}?printable=Y{if $php_url.query_string ne ''}&{$php_url.query_string}{/if}" style="TEXT-DECORATION: underline;">

with this:

Code:
<A href="{$php_url.url}?printable=Y{if $php_url.query_string ne ''}&{$php_url.query_string}{/if}" style="TEXT-DECORATION: underline;" target="_blank">


And then replace this:

Code:
<A href="{$php_url.url}?printable=Y{if $php_url.query_string ne ''}&{$php_url.query_string}{/if}">

with this:

Code:
<A href="{$php_url.url}?printable=Y{if $php_url.query_string ne ''}&{$php_url.query_string}{/if}" target="_blank">
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote