Hi If your code looks like this: <a class="dropdown-toggle" data-toggle="dropdown" href="#">Navigation</a>, you should be able to change href="#" to href="mypage.html".
Hope that helps. On Thursday, May 17, 2012 3:55:27 PM UTC+1, Gaurav Mandan wrote: > > Hi, > > I have a nav bar with dropdown on hover on one of the links. I wanted to > find out if there is way to open another page when I click the link on the > navbar for the dropdown. > > Thanks, > > >
