需要在ie8的新标签页中打开链接! [英] Need to open links in new tab in ie8 !

查看:120
本文介绍了需要在ie8的新标签页中打开链接!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个侧边栏(右侧iframe),当我点击其中的链接时,它会在IE8中打开一个新窗口,(在Firefox中打开一个新选项卡)。在新选项卡中打开IE8中的链接需要做什么。我已经设置了工具 - > Internet选项 - >设置 - > '始终在新选项卡中打开弹出窗口''当前窗口中的新选项卡'打开在新标签中,但仍然无法正常工作。我的链接非常简单,我缺少什么?例如: 文字 。还有一些网站说注册Regsvr32 actxprxy.dll 来解决这个问题,仍然无法正常工作。我希望这可以通过简单的点击工作,没有右键单击 - >在新选项卡中打开选项。我也希望我不会得到'无法改变ie8如何工作'的答案。 ;)

I have a sidebar (right sided iframe) and when i click on a link in it, it opens a new window in IE8, (in firefox it open a new tab). What do i need to do to open links in IE8 in a new tab. I already set the Tools->Internet Options->Settings-> 'Always open pop-ups in a new tab' and 'A new tab in the current window' open in new tab but still doesn't work. My links are pretty simple, what am i missing ? exemple: text. Also some site are saying to register Regsvr32 actxprxy.dll to fix this problem, still doesn't work. And i want this to work with a simple click, no 'right-click->open in new tab' option. I also hope i won't get the 'can't change how ie8 works' answer. ;)

这是一个测试文件,但仍然无法使用_blank ...

Here is a test file, but still not working with _blank...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        </head>
    <body>
    <a href="http://www.google.ca" target="_blank">open in new tab</a>
    </body>
</html>

这是我的标签的ie8参数...
替代文字http://db.tt/lMhAs3

Here is my ie8 parameters for tabs... alt text http://db.tt/lMhAs3

对不起如果它全部在法语,我稍后会解决这个问题。

And sorry if it's all in french, i'll fix the language later.

推荐答案

你需要使用 target =_ blank属性,用于在新窗口或选项卡中打开链接。实际打开链接的位置取决于浏览器设置。因此,如果您选择了工具> Internet选项>选项卡式浏览设置>始终在新选项卡中打开弹出窗口,则会在新选项卡中打开target =_ blank链接。请注意,默认情况下,此类链接将在新窗口中打开。

You need to use the target="_blank" attribute to make links open in a new window or tab. Where the link actually opens is up to the browser settings. So if you have Tools > Internet Options > Tabbed Browsing Settings > "Always open pop-ups in new tabs" selected, a target="_blank" link will open in a new tab. Note that this type of link will open in a new window by default on most browsers.

这篇关于需要在ie8的新标签页中打开链接!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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