如何设置默认浏览器抛出 asp.net 、 c#.net 代码和 Mvc 3
我有一个使用 asp.net、c# 和 MVC3 的 Web 应用程序。
当我单击网站的链接按钮时,我想将我的网站设置为所有浏览器的默认主页。我怎样才能做到呢?使用代码??请帮助我..
i have a web application using asp.net, c# and MVC3.
I want to set my website as default home page to all browsers when i click the link button of my web site. how i can done it ? using code ?? plz help me ..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 IE6 或 7 开始,你就不能再这样做了。我认为它在 Firefox 和其他浏览器中不起作用。 IE 曾经有一个
document.sethomepage()
方法。You can't do that anymore since IE6 or 7. I don't think it ever worked in Firefox and other browsers. IE used to have a
document.sethomepage()
method.