views:

290

answers:

0

I've done a lot a looking for a solution, including trying to put in the Mark Of The Web, but when I put a plain HTML site on a USB and launch the index page I get a security warning that Active X is trying to activate.

  • this does not happen when launching the page from our raid server
  • the page in question does not have any javascript on it whatsoever
    (other pages do, but not the page which causes the warning).

I'm only using Jquery to pop up a couple of modal windows and could replace it completely if really required, but would like to solve it if possible.

Any clues?

Is it possible that this could cause it (though it's not activeX):

onclick="document.location='index.html'"

related questions