
07-25-2008
|
|
|
|
Re: ActiveX Control Messages from Local App (IE7)
Well tried it but maybe I'm using the incorrect syntax. I added:
<!-- saved from url=(0085)file://Documents and Settings//my.name//My
Documents//rest_of_file_path//index.html// -->
after the DOCTYPE declaration as advised. But when I saved the file
"file://" was stripped out. So I changed it to "C://" but that doesn't work.
So,
a) my syntax seems to be wrong in any event and,
b) if I send a copy of the app to someone else to store on their local
machine, they will save it to path other than the one I specified so is their
a dynamic way to build that string and have it work as a MOTW?
Thanks!
MJS
"Leonard Grey" wrote:
> Do a web search with this search term: mark of the web.
>
> It's almost like a talisman.
>
> ---
> Leonard Grey
> Errare humanum est
>
> MJS wrote:
> > How do I get rid of all the messages IE (6/7) generates as a result of
> > Javascript/ActiveX controls being used inside a web application
> > (HTML/Javascript) that resides on my local hard drive? This was intended to
> > be a quick and dirty little app to be executed locally from my laptop only,
> > but all those messages make for an annoying demo. Is there some way to
> > attach credentials to it, 'trust' it so that I can get rid of the messages
> > and copy it onto other machines for local use?
> >
> > If I'm posting this to the wrong forum, please let me know.
> >
> > MJS
> >
>
|