Hi,
I have made a simple homepage with a few pages (index.html, about_us.html, contact.html, references.html) and I have a Menu-bar to navigate in my homepage.
IE alerts an information-warning when I load the homepage, something with - "This homepage runs a script or an ActiveX-control that can take control over the coputer ..."
My homepage is simple so I think it is unnessesary that IE will tell that to everyone who wants to visit my homepage. Can I remove that in some way?
I made my homepage in Dreamweaver and I think the script is about the Menubar. Dreamweaver added automatically this to my index.html when I added the Menubar (inside <head> and just before </body>:
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("lazuli_menu", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
/Tobias