English 中文(简体)
参考文献:未界定活性物质
原标题:Uncaught Reference Error: Activexobject is not defined

在我的项目中,我使用了活性物质,在IE进行罚款。 我知道这是微观控制。 我想在Mozila和Khat实施该项目,但并未界定活性物质这一错误。

var xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
问题回答

FireFox and Chrome doesn t support any ActiveX objects by default, so it is no wonder why you get this error message. For FireFox browser there is a way, but not recommended. See here.

你们想要的是什么呢? 让我们更多地和/或展示我们的源代码。

Okay, 是的,这一方法的一个基本点是,它只能在IEE工作。 (与我在上述评论中阐述的理论一中的错误不同,是NOT XML的过失。) 它积极分子

这里对三种方法进行了比较。 我会试图第三人解决我的XML阅读问题......

rel=“nofollow” http://www.steveborn.com/codenotes/LoadingXML.htm





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签