1
I programmed a website and would like it to work in all browsers. But in IE, in all versions, it does not work as desired. I noticed that he was blocking my javascript and jquery codes with a message about activeX. Where I work, for example, we use a standard skeleton for the layout of websites, which makes it much easier. I leave a link to one of the following: http://www.hoteldabarrars.com.br/ It normally runs jquery and all scripts. Now on the site I did alone from the beginning, IE ends up blocked with Activex.
If you can explain the problem you have in particular better. Your question is too broad, see Help Center How to Ask.
– Jorge B.
I added information in the question post.
– William Lima
In which version of IE did you see this problem happening?
– Oralista de Sistemas
In all versions, taking into account that I tested first in the latest version available. I ended up finding a solution by putting the following code before the <html> tag: <!-saved from url=(0014)about:internet-> I don’t understand how it works, but it works.
– William Lima
Could show how your scripts are referenced in HTML?
– Moykn