Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Popup blocks second item on the menu
Message
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Popup blocks second item on the menu
Versions des environnements
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01589333
Message ID:
01589333
Vues:
28
I have a weird situation. The Site.master page of my application has a pull-down menu at the top. The menu is built on Bootstrap CSS menu. Right now the first pull-down has 2 items. Each item is an anchor tag that opens a page. What happens is when I click on the second item, the IE 9 popup blocks opening the page (with the message "pop-ups were blockes on this page.. "). Even when I change the items of the menu, moving the first page anchor to the second place and so on, the second is always being blocked. Here is the segment of the menu code:
<li class="dropdown">
     <a href="#" data-toggle="dropdown" class="dropdown-toggle">Features<b class="caret"></b></a>
      <ul class="dropdown-menu">
             <li><a id="A3" runat="server" href="~/Page1.aspx" target="_blank">Page 1 Feature</a></li>
             <li><a id="A2" runat="server" href="~/Page2.aspx" target="_blank">Page 2 Feature</a></li>
             <li><a href="#">Future</a></li>
             <li class="divider"></li>
             <li><a href="#">Future</a></li>
      </ul>
 </li>
Why popup blocks just exactly the 2nd item of the menu?
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform