lundi 20 mai 2019

In Internet explorer, cannot jump to another page

In other browsers there is no problem, but in Internet explorer can not jump。

<html>
 <head></head>
 <body>
  <a data-toggle="dropdown" href="#" class="a-l"> <img id="National_img_1" /> Menu <span class="caret"></span> </a> 
  <ul class="dropdown-menu" role="menu" id="National"> 
   <li><a href="B.action" class="lang-select">BB</a></li> 
   <li><a href="C.action" class="lang-select">CC</a></li> 
   <li><a href="D.action" class="lang-select">DD</a></li>-
  </ul>
 </body>
</html>

I tried the following method:

  1. Add the button tag to <a>

    2.use <a href=“javascript:void(0)” onclick=“window.location.href=“x.action”>

Still can't jump to other pages.

The environment is in Internet explorer 8




Aucun commentaire:

Enregistrer un commentaire