Internet Explorer restricted script execution

Asked

Viewed 1,983 times

2

Whenever I open the HTML page in IE the following message appears to me:

internet explorer has restricted the execution of activex scripts or controls

For the page to appear correctly I have to enable it. Is there any way to fix it in the HTML itself?

To fix the Browser MODE you can also fix by HTML?

I found this but I didn’t quite understand this solution.

Index.html

<head>

<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
  • 8

    Yes, don’t use Activex.

  • There’s no other way?

  • 4

    Not that I know of. This is a dangerous thing and the user needs to be made aware of it. He needs to authorize its execution explicitly. There is the possibility that it can configure the IE not to give this warning, but this is the option of the user not the developer of the page. And I don’t recommend anyone doing it. I don’t even know if I should have the option. The new Microsoft browser will even allow Activex to run so bad that it is.

  • It would be interesting for you to say what functionality you want to achieve with this. There is probably a better way to solve.

1 answer

5


The only way this does not appear is not to use Activex. This type of technology is dangerous to the user and exists only for legacy issues.

As there is risk the user is at least warned of this and only he can determine whether or not he can perform something that can put him at risk.

Eventually the user can configure the browser not to inform of this but it is his decision and nothing recommended. No page developer can interfere with this.

The technology is so legacy that the main browser of Windows 10 will not count on it. There will still be Internet Explorer to run these legacy technologies, but it probably won’t have any more updates in the future.

  • Correct. But this page will only be used in the form of intranet and will only be for this page. I found this but I did not understand it very well . http://stackoverflow.com/questions/14488370/can-i-avoid-the-internet-explorer-restricted-this-webpage-from-running-scripts

  • because the only Browser complaining about it is IE?

  • Probably because they don’t even try to perform. What I’m thinking is that you’re using something you don’t even know how it works. You should understand things before using. With the information you gave in the question it is not possible to identify any problems beyond this.

  • The Layout of the site was taken from the internet. But the only way to get the site to work on IE is by activating this Script or Activex controller.

  • You should never put in your website something you don’t know. Especially if the origin and reliability is doubtful. And I’m not even talking about getting it from unreliable sources, because this is obviously not supposed to. Also, I’m not even questioning if what you took can be used, if it doesn’t violate the rights of the person who did it, I’m assuming you have clearance to take it. You are saying things that we cannot know. That is why there is no better answer than this. I doubt this is the only way.

  • Right, but I just took advantage of Layout and put together all the information you wanted. On the site in question (http://html5up.net/) is downloaded Free gives page. I have not used the Site that says Arcana.

  • Does not open. Much of the free stuff available on the internet has some hidden interest. Many of the scripts available on the internet are Trojan horses. I’ll tell you again, don’t use what you don’t know.

  • What doesn’t open? (http://html5up.net) I’ve used this site several times for other things .

  • There is an opening time, not an opening time. I have already told you everything I gave on the subject. I can only say that besides this, you may be using it wrong, but the question does not show enough details to give a more detailed answer.

  • I put information on the Site index

Show 5 more comments

Browser other questions tagged

You are not signed in. Login or sign up in order to post.