简体   繁体   English

IE浏览器使用Firefox浏览器环境

[英]IE like browser environment with firefox

In our project, we have some asp files using deprecated third party asp controls. 在我们的项目中,我们使用不推荐使用的第三方asp控件提供一些asp文件。
Those controls function properly in IE8, IE9, IE10. 这些控件在IE8,IE9,IE10中正常运行。 But, they don't function properly in Firefox (I am using Firefox 16.1 and firebug). 但是,它们在Firefox中无法正常运行(我正在使用Firefox 16.1和firebug)。
Is there any way to get the IE like browser environment to the Firefox temporarily so that I can debug in Firefox? 有什么办法可以暂时将类似于IE的浏览器环境安装到Firefox,以便可以在Firefox中进行调试?

The ASP isn't processed by the browser...just the HTML, CSS and JS it produces. 浏览器不处理ASP ...只是它生成的HTML,CSS和JS。 So, take your page in IE, save it out, then open it in Firefox. 因此,将您的页面放在IE中,将其保存,然后在Firefox中打开它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在非 IE 浏览器(如 chrome 和 firefox)中从浏览器运行 .exe 文件 - Run .exe file from the browser in non-IE browsers like chrome and firefox 正在IE8 +的浏览器窗口中打开.js文件(类似于Firefox) - Is Opening a .js file in the Browser Window of IE8+ Possible (like Firefox does) 如何在Firefox,Opera和IE中检测浏览器插件? - How to detect browser addons in Firefox, Opera and IE? showModalDialog()在IE上打开一个新的浏览器,但不在Firefox上 - showModalDialog() opens a new browser windown on IE but not on Firefox 在Firefox/Chrome页面打开IE浏览器 - Open IE browser in Firefox/Chrome page 用于关闭浏览器FireFox / chrome / IE的JavaScript / jquery - JavaScript/ jquery for Closing Browser FireFox / chrome / IE IE 9仍然可以像旧IE和Netscape / Firefox一样用Javascript签名吗? - Can IE 9 still sign with Javascript like in old IE and Netscape / Firefox? javascript的onClick在chrome,firefox等浏览器中不起作用 - onClick of javascript not working in Browser like chrome,firefox 日期在IE浏览器中显示为无效,但与chrome和Firefox兼容 - Date is showing invalid in IE browser but works good with chrome and Firefox Firefox和IE浏览器事件始终滞后一个事件 - Firefox and IE browser events always stuck one event behind
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM