Local machine HTML files the information bar and the MOTW

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have some HTML files that rely on Javascript for navigation that I would
like to run on a local machine drive.

As you can imagine the information bar pops up unless I click the "Allow
active content to run files on My Computer". Since this is a not recommended
option, I try using the Mark of The Web (MOTW) option, that consists in
adding <!-- saved from url=(00xx)http://www.xxx.com --> to your HTML files.

The problem now is that when you load a page with this comment it loads OK,
but all links to other pages do not work at all.

Is the "Allow active content to run files on My Computer" the only solution?
 
The links to local files are the one that do not work, even if the other
files have the MOTW. If I remove the MOTW, and enable "Allow active content
to run files on My Computer" everything works OK.

Thanks for your quick response.
 
The links to local files are the one that do not work

Then I guess it may be the problem with MOTW code segment, or it's
placement. Read the MSDN document I provided earlier. Keep us posted!
 
Ramesh,

I copied the MOTW saved by IE and it now works. Of course, I have to add
MOTW to every single page.

Thanks

alvira

I have tried copying the same lines.
 
Back
Top