To manually disable the warning you can find the solution here&nbsp; - <a href="http://radio.javaranch.com/pascarello/2005/05/18/1116473896158.html">http://radio.javaranch.com/pascarello/2005/05/18/1116473896158.html</a>.&nbsp; It works in XP (I don&#39;t have Vista to verify), and it&#39;s easier to do than using MOTW.<br>
<br>If it&#39;s just for yourself - the above should do it.&nbsp; <br><br>If it&#39;s for deployment to others, my suggestions are 1) tell others about the manual solution, 2) as you said - use the installer to flip the registry (and as you said - not the best idea), or 3) deploy a mini web server and serve the file via that mini web server that only listen to the localhost (an icon that&#39;ll start the web server then shell-execute the link to the home page ought to do it).<br>
<br>IMHO html files is easier to read from a web server (local or remote) rather than a file system.<br><br>Cheers,<br>yc<br><br><br><div class="gmail_quote">On Thu, Jun 26, 2008 at 10:59 AM, Eli Barzilay &lt;<a href="mailto:eli@barzilay.org">eli@barzilay.org</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">(This is in case there&#39;s anyone that has a good solution to this<br>
problem.)<br>
<br>
When you view local files with scripts, you get IE to show the warning<br>
bar, which you must use to enable javascript. &nbsp;This is a problem that<br>
affects practically all pages, since they all have some JS.<br>
<br>
(Quick poll: is there anyone that has this problem (and is annoyed by<br>
it)?)<br>
<br>
The only solution I&#39;ve seen is to add a &quot;mark of the web&quot; (MOTW),<br>
which is a comment the tells IE to pretend that the page is on a<br>
different security zone. &nbsp;It looks like this:<br>
<br>
 &nbsp;&lt;!-- saved from url=(0014)about:internet --&gt;<br>
<br>
(This was, of course, very hard to get to work: nobody thought that<br>
it&#39;s good to mention that the comment must end the line, and its line<br>
must have a CRLF...)<br>
<br>
Anyway, adding this mark works, but if you try it you&#39;ll see that<br>
links stop working. &nbsp;The thing is that the above mark switches IE to<br>
the &quot;internet&quot; zone, and since that is lower on the hierarchy than<br>
local files, `file://&#39; links will just not work. &nbsp;IIRC, the local<br>
files belong to the &quot;my computer&quot; zone which is higher on the zone<br>
hierarchy, but it&#39;s still more restricted because of MS&#39;s &quot;local<br>
machine zone lockdown&quot;... &nbsp;As a complement this logical set of<br>
decisions, the non-functional links are just not working when you<br>
click them -- no dialog, no information bar, no beeps, not even the<br>
small &quot;!&quot; icon at the bottom. &nbsp;Nothing.<br>
<br>
The &quot;obvious&quot; solution to this is to add the MOTW to *all* pages.<br>
However, there are some links to non-html pages (like in the release<br>
notes). &nbsp;In these cases there is no place to add the mark, and<br>
(AFAICT) no way to make this work. &nbsp;This makes the MOTW solution<br>
impractical, since the links are just not responding. &nbsp;(If they&#39;d only<br>
have some warning message that would be fine...)<br>
<br>
Anyway, I don&#39;t see any reasonable options left. &nbsp;Unreasonable options<br>
include:<br>
<br>
- recommending against using IE (or Windows...);<br>
<br>
- recommending viewing the manuals on-line when possible;<br>
<br>
- making the PLT installer flip the bit that avoids the problem<br>
 &nbsp;(personally, I&#39;d be pissed if some installer did this behind my<br>
 &nbsp;back);<br>
<br>
- use an obnoxious .hta wrapper around the manuals;<br>
<br>
- tell people to live with it or disable it themselves (which is<br>
 &nbsp;effectively the current situation without the &quot;tell&quot; part).<br>
<br>
I&#39;ve been banging my head against this stupidity for too many hours.<br>
If anyone has an advice, I&#39;ll appreciate it.<br>
<font color="#888888"><br>
--<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;((lambda (x) (x x)) (lambda (x) (x x))) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Eli Barzilay:<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.barzilay.org/" target="_blank">http://www.barzilay.org/</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Maze is Life!<br>
_________________________________________________<br>
 &nbsp;For list-related administrative tasks:<br>
 &nbsp;<a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
</font></blockquote></div><br>