Announcement

Collapse
No announcement yet.

[LINK] in new windows

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [LINK] in new windows

    Hi,

    I was wondering if anyone knows what source code i need to write in order for links in my brochure fragments to open in new windows?

    Thanks

    Angi
    christopherpiperwines.co.uk
    skatewarehouse.co.uk
    progrow.co.uk
    cheeksandcherries.co.uk

    #2
    Me too!

    I have the exact same issue. I have a [LINK] in a product description and I need it to target "_top". I thought maybe I could change one of the properties in Design\Text\Web Site\HTML but I can't find any reference to it and likewise I've found nothing useful in the advanced user guide. Any answers will be much appreciated.
    Jon

    Comment


      #3
      The one for a link to a product is in design / text / goto / phase -1 id 2056

      it is

      <A HREF = %s?PRODREF=%s%s TARGET="%s">%s</A>

      change it to

      <A HREF = %s?PRODREF=%s%s TARGET="_blank" dummy="%s">%s</A>

      for a new page or to "_top" for the other requirement. Note that the dummy="%s" is needed to keep the expanded variables in sequence.

      The Section link is in id 2057 and a simple url link is 2058.

      Double check that this works as you expect as these links may be used elsewhere in the catalogue.

      Norman
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        You really know your stuff!

        That's a very, very useful little bit of info - you must be quite an Actinic expert (and I call see from your website that you're well qualified!).

        Thanks a lot.

        Comment

        Working...
        X