Answer the question
In order to leave comments, you need to log in
Why is ActiveX not generated in IE11?
In IE11, the page executes the following code
// Get access to the server object
var Server;
try
{
Server = new ActiveXObject("ServerName.Server");
Server.Connect();
}
catch (error)
{
Server = null;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question