Jump to content

Registry entry to allow activeX content


KJohn
 Share

Recommended Posts

I have a AutoIt executable which extracts HTML files and opens them in Internet Explorer.

Now these files contain Javascript which I use to display a floating [Jump to top] link on the lower right corner of the browser window.

I do not know the relation between Javascript and activeX content but the browser always displays the yellow bar at the top when displaying these pages. I know how to disable the yellow bar for 'activeX content in files stored on my PC', but does anyone know the registry entry for diabling it automatically on my end-users' machines without having them do it manually via Internet Options > Advanced > Security?

Note: The HTML files in question are always stored in the User's temp folder.

Link to comment
Share on other sites

It's because you're using IE to open a local javascript. IE doesn't allow that without confirming in the yellow bar. You can get around it with an embedded IE object. Take a look at _IECreateEmbedded in the help file.

[font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...