Announcement

Collapse
No announcement yet.

[Link] opening a popup window

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

    [Link] opening a popup window

    Hi,
    I would like to use [Link] in the full description to open a POPUP instead of a full screen window.

    What shall I do? Shall I insert "openBrWindow...." somewhere?

    Thanks!

    Mathieu
    Mathieu Perino
    ICTL - Liaisons Optiques
    Website: www.ictl.com

    #2
    Hi,

    Do you want this to apply to all links using the 'URL' or also if you select to go to a different product or section?

    You can open the 'URL' links in a new window by going to 'Design | Text'. Click on the 'Go To' button in the bottom left corner of the screen and type '2058' in the 'ID' field and click 'OK'.

    You will see:

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

    Replace this with:

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

    And click 'OK'. This will affect all 'URL' links. To affect only one then in the 'URL' field you need to put something like:

    http://www.domain.com/ target="_blank"

    To affect the product and section links you need to edit 'ID' - 2056 and 2057 and replace:

    TARGET="%s"

    with

    TARGET="_blank" dummy="%s"
    ********************
    Tracey
    SellerDeck

    Comment


      #3
      ok, thanks!
      Mathieu Perino
      ICTL - Liaisons Optiques
      Website: www.ictl.com

      Comment

      Working...
      X