You can allow Active X and scripts to always run in Web pages that are launched from a CD by clicking “Yes” when presented with the following message:
Active content can harm your computer or disclose personal information. Are you sure that you want to allow CDs to run active content on your computer?
If your Web page needs to run ActiveX or scripting, you can add a Mark of the Web comment in the HTML code. This Internet Explorer feature allows the HTML files to be forced into a zone other than the Local Machine zone so that they can then run the script or ActiveX code based on the security template that would be applied to the URL identified in the comment. For example if the URL specified was
www.contoso.com and that URL was present in your trusted sites list, the page would use the security template for the trusted sites zone. This setting works in Internet Explorer 4 and later. To insert a Mark of the Web comment into your HTML file, add one of the following comments:
<!-- saved from url=(0022)
http://www.yoururl.com -->
Use this comment when you are inserting a Mark of the Web into a page whose domain is identified, replacing
http://www.yoururl.com with the URL of the Internet or intranet domain that the page is hosted by. Include the length of the URL in parenthesis used for the Mark of the Web before the URL, for example (0022).
If you want your Web page to always be treated as though it were part of the Internet zone, you can use the following Mark of the Web:
<!-- saved from url=(0013)about
:internet -->
Use this comment when you need to generically insert a Mark of the Web. The about
:internet portion will place the page in the Internet zone.
As part of the changes to Internet Explorer in Windows XP SP2, this HTML comment can also be used with .mht files, known as multipart HTML or .xml files. Mark of the Web will not be respected for .mht or .xml files in earlier versions of Internet Explorer.