If you preview a document containing active content in Internet Explorer after installing the Windows XP Service Pack 2 update, the browser may not display the document correctly. The browser displays a message that tells you it has restricted the file from showing active content. You can fix this problem by inserting Mark of the Web code in your document.
Internet Explorer blocks active content and scripting that tries to run in the Local Machine zone. Because attackers try to take advantage of the Local Machine zone, Microsoft increased the restrictions on what can run in this zone by default. Mark of the Web code tells the browser to run active content in another zone, in this case the Internet zone.
Dreamweaver inserts the following line in your code:
<!-- saved from url=(0014)about:internet -->
The line tells the browser to bypass the Local Machine zone and run the active content in the Internet zone.
You can also remove Mark of the Web code before pushing a file live.
For more information, see TechNote 19578 on the Macromedia website at www.macromedia.com/go/19578.