Announcement

Collapse
No announcement yet.

open new window

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

    open new window

    i want to open a new window when the user clicks on 'links' or 'more' on my index page, and cant find how to do it , any ideas ? i realise i can go back into the site and change it , but it would be easier if catalogue would do it ....cheers !

    #2
    The nav buttons are all controlled by one template, so adding a target="new_window" into this would mean that all navigation buttons clicks would open up a new window.

    Comment


      #3
      im guessing this needs to go in the brochure pages/primary/nav item page , but cant see where for the life of me! any help would be appreciated .... cheers guy

      Comment


        #4
        Advanced | Template Manager | Brochure tab, Nav Item button which will give you something like this:

        <TD ALIGN=CENTER VALIGN=BOTTOM>
        NETQUOTEVAR:TEMPLATEBEGINXML
        <A HREF="NETQUOTEVAR:NAVLINK" TARGET="NETQUOTEVAR:NAVTARGET" NETQUOTEVAR:MOUSEOVERCALL>NETQUOTEVAR:NAVIMAGE</A>
        NETQUOTEVAR:TEMPLATEENDXML
        </TD>

        You will need to change the "TARGET="NETQUOTEVAR:NAVTARGET" " to something like "TARGET="my_new_window_name"

        But you need to remember that all Brochure links would then open up a new window....

        Comment

        Working...
        X