Mark of the Web
When a user reads a locally installed help system displayed through a browser, the browser can apply local machine zone security to the help system content pages. This security can interfere with some features, such as those implemented using JavaScript, and display security windows. For example, the user may see JavaScript security windows when opening pages in the WebWorks Help or Dynamic HTML output format installed on the local computer.
The Mark of the Web (MOTW) is a technique to avoid these security windows. However, while the Mark of the Web suppresses security windows, it also disables links to baggage files on the local file system. For more information about the Mark of the Web, see msdn.microsoft.com.
To enable the Mark of the Web
In your Stationery design project, on the View menu, click Project Directory. For more information about override files and locations, see “Understanding Stationery, Projects, and Overrides” on page 373.
If you want to override the processing for an 'output format, create the Formats\formattype\Pages folder in your project folder, where formattype is the name of the output format you want to override, such as Dynamic HTML.
If you want to override the processing for a 'target, create the Targets\targetname\Pages folder in your project folder, where targetname is the name of the target you want to override.
Copy the Page.asp file from the following folder to the override folder you created within your project folder:
Program Files\WebWorks\ePublisher Pro\Formats\formattype\Pages
Open the Page.asp file you copied to your project override folder in a text editor.
Find the following line of code:
<!--MOTW-DISABLED saved from url=(0014)about:internet -->
Delete MOTW-DISABLED from this line of code.
Save and close the Page.asp file.
If you want to override the processing for WebWorks Help, complete the following steps:
Search each HTML file in the WebWorks Help support files for MOTW-DISABLED.
Override each of these files in your project with a copy of the file with MOTW-DISABLED removed from the file.
Regenerate your project and verify the results.