如何在Internet Explorer的新选项卡中打开网页? [英] How to open webpages in a new tab in internet explorer?

查看:114
本文介绍了如何在Internet Explorer的新选项卡中打开网页?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的html代码中有几个这样的链接:

 < a href =www.exampe.com目标= _空白 将实施例< / A> 

有没有办法在新选项卡(而不是在新窗口中)打开这些链接?

解决方案

target =_ blank新标签。它可能取决于您的浏览器设置,页面是否在新标签或窗口中打开。


In my html code there are several link like this:

<a href="www.exampe.com" target="_blank">example</a>

Is there a way to open these links in a new tab ( and not in a new window ) ?

解决方案

target="_blank" attribute should open that page in a new tab. It probably depends on your browser settings whether the page opens in a new tab or window.

这篇关于如何在Internet Explorer的新选项卡中打开网页?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆