[Typo3] Top Link on Leftside Nav Opens New Window

Floyd Arguello floyd at icommnetwork.com
Thu Nov 10 06:29:27 CET 2005


Hi Typo3 gurus,

I have an issue (one of many :P) where when the user clicks the top link 
on the leftside nav of my site, it opens in a new window. The top and 
bottom nav works fine, but the leftside nav is doing it's own thing. You 
can test it at http://privatepartystrippers.com, and the code is at the 
bottom of this message. I can't for the life of me figure out what's wrong.

Thanks,
Floyd


Setup:
# Leftside Navigation
    subparts.LEFTNAV = HMENU
    subparts.LEFTNAV.special = directory
    subparts.LEFTNAV.special.value = 1
    subparts.LEFTNAV.1 = TMENU
    subparts.LEFTNAV.1 {
    NO.allWrap =  <div class="leftnav"> | </div>
    ACT = 1
    ACT.allWrap = <div class="leftnav_act"> | </div>
    }

    subparts.LEFTNAV.2 = TMENU
    subparts.LEFTNAV.2 {
    NO.allWrap =  <div class="leftnav1"> | </div>
    ACT = 1
    ACT.allWrap = <div class="leftnav1_act"> | </div>
    }

}

<TD WIDTH="175" ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#000000">
           <!-- Leftside Navigation -->
           <!--###LEFTNAV### START-->
           <DIV class="leftnav"><a href="#">Navigation One</a></DIV>
               <DIV class="leftnav_act"><a href="#">Navigation 
two</a></DIV>
               <DIV class="leftnav1"><a href="#">Sub-Navigation 
One</a></DIV>
	      <DIV class="leftnav1_act"><a href="#">Sub-Navigation One</a></DIV>
             <!--###LEFTNAV### STOP-->          </TD>



More information about the TYPO3-english mailing list