PDA

View Full Version : External links in new window


Redspan
26-Feb-2003, 08:54 PM
To open a link to somewhere outside a site I use target="_blank" in the link HTML, but how do I make this the default in Catalog?

I want all links in the Information Link Text on the product pages to be in new brower windows

TIA

Ben

garyhay
26-Feb-2003, 10:04 PM
You should use the pop up option

Redspan
27-Feb-2003, 05:10 AM
I am already. I have an overview of the product in the pop up window, but what if I want the link from the "Information Link Text" to do the same? Or is it a case of "either, or" but not both?

AppleSound
27-Feb-2003, 02:48 PM
I also want to do the same thing. There doesn't seem to be an obvious template for changing how the information text link works. If I find it I will let you know.

cdicken
27-Feb-2003, 03:22 PM
You need to change this in 'Design | Text | Website | HTML'.

Click 'Go to' and look for ID 1191

Change

<A HREF="%s">

to

<A HREF="%s" target="_blank">

Redspan
28-Feb-2003, 02:10 PM
That works - thanks:)