本文介绍了在不同的浏览器中打开一个窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
asp.net 2.0,ie6,opera 9.22
出于各种支持性原因,我们需要将页面重定向到网址和
要求目标URL应在Opera浏览器中打开。电话是
简单
Response.Redirect(网址,真实);
如果它的工作正常所有的IE环境。但我想知道如何指定
新窗口应该在Opera中打开。任何页面指令或
什么?
问候,
阿里
解决方案
Hi,
asp.net 2.0, ie6, opera 9.22
For various supportability reasons, we need to redirect a page to a url and
require that the target url should open in an Opera browser. The call is
simple
Response.Redirect(url, true);
It works fine if its all IE environment. but am wondering how can i specify
that the new window should open in Opera instead. Any page directives or
something?
regards,
Ali
解决方案
这篇关于在不同的浏览器中打开一个窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!