如何通过任何浏览器将用户重定向到Google Chrome浏览器首页? [英] how to redirect user to google chrome home page from any browser?

查看:219
本文介绍了如何通过任何浏览器将用户重定向到Google Chrome浏览器首页?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我现在有我的.aspx页面,我想将用户从.aspx页面重定向到GOOGLE CHROME主页,这是怎么可能的?并且只能从任何浏览器将用户重定向到GOOGLE CHROME主页?

i have my .aspx page now i want to redirect my user from .aspx page to GOOGLE CHROME home page how it is possible??? and it should redirect to user to GOOGLE CHROME home page only from any browser??

推荐答案

无论您要将用户重定向到何处,都应写此行.
Write this line wherever you want to redirect user.
Response.Redirect("https://www.google.com/intl/en/chrome/browser/");


[更新]:


[Update]:

Response.Write("<script>window.open(''https://www.google.com/intl/en/chrome/browser/'',''_blank'');</script>");


此致..:大笑:


Regards..:laugh:


这篇关于如何通过任何浏览器将用户重定向到Google Chrome浏览器首页?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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