浏览器IE和Firefox以及Chrome

编程入门 行业动态 更新时间:2024-10-25 20:21:31
本文介绍了浏览器IE和Firefox以及Chrome的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在创建一个asp网站,在谷歌浏览器中打开很多链接。他们中的大多数将在Chrome中打开,但有些链接只能在IE和Firefox中使用。因此我需要将这些链接转移到IE或Firefox。 我用Google搜索,但找不到任何解决方案。 /> 你能在这里聪明的人请帮帮忙。

Hi, I am creating an asp website to open in Google Chrome with a lot links. Most of them will open in Chrome, but some of the links will only work in IE and Firefox. Therefore I need for these links to be diverted to either IE or Firefox. I have googled, but not found any solutions. Can you clever people in here please help.

推荐答案

没有这样的事情。用户使用他/她选择的浏览器,并且有权这样做;你没有权利或技术可能转移它,期间。 (除非用户是企业用户,并且您希望通过严格的企业IT管理将其戴上手铐,我不想讨论这个选项,完全不雅。) 如果某些链接在某些浏览器中没有正确显示,那么这不是您的代码问题;这是这些链接引用的资源的问题。如果您不喜欢它们,请使用更好的链接。 :-) 你无能为力。
-SA
There is no such thing. The users uses the browser she/he chooses, and has every right to do so; and you have no right or technical possibility to "divert" it, period. (Unless the users are corporate users and you want to keep them in handcuffs through draconian corporate IT administration, the option I don't want to discuss, as totally indecent.) If some links are not showing properly in some browsers, it's not a problem of your code; this is a problem of the resources referenced by those links. If you don't like them, use better links. :-) There is nothing else you could do about it.
—SA

Process p = new Process(); p.StartInfo.FileName = "iexplore.exe"; p.StartInfo.Arguments = "http:\\\\www.google"; p.Start();

更多推荐

浏览器IE和Firefox以及Chrome

本文发布于:2023-11-24 18:45:39,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1626393.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:浏览器   Firefox   Chrome

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!