This is a menu, click to enter the new page, The URL is placed in the href attribute,but in IE browser can not jump
In other browsers there is no problem.
<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="Index_Action!getAll.action" class="lang-select">BB</a></li>
<li><a href="two_Action!getAll.action" class="lang-select">CC</a></li>
<li><a href="for_Action!getAll.action" class="lang-select">DD</a></li>
</ul>
</body>
</html>
I tried the following method:
Add the button tag to
<a>
2.use
<a href=“javascript:void(0)” onclick=“window.location.href='for_Action!getAll.action'>
Still can't jump to other pages.
The environment is in Internet explorer 8,To support it
JavaServer Pages technology
window.location.href not working on IE Invalid argument in IE 9, ASP.NET C#