View Full Version : open new window
sunrise
10-Sep-2003, 10:24 AM
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 !
I-CC
12-Sep-2003, 01:07 AM
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.
sunrise
12-Sep-2003, 02:53 PM
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
I-CC
12-Sep-2003, 02:59 PM
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....
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.