我需要在单击超链接时切换到现有选项卡。我用以下代码做到了:
<!DOCTYPE html>
<html>
<body>
<a href="https://www.w3schools.com" target="_yoy">click me</a>
</body>
</html>
它在Chrome和Firefox中运行良好,但是当我在IE11中尝试时,它第一次打开新标签页,但下次它不会切换到现有的打开标签页。看起来它突出显示但没有切换。请帮忙。
答案 0 :(得分:0)
无论出于何种原因,MSIE很奇怪,同时具有form
target
属性,而a
属于target="<frame name>"
,它有&#34;有趣&#34;行为mycircle= mMap.addCircle(new CircleOptions().center(myCurrentPostion).radius(200).fillColor(Color.argb(100,0,255,255)).strokeColor(Color.TRANSPARENT));
。