Make local ActiveX allowed?

  • Thread starter Thread starter Grahammer
  • Start date Start date
G

Grahammer

Hey all!

Writing a small script for my folks and need to use the FileSystemObject to
read a text file stored in a local folder (same place as HTML) on a CD.

Is there any way to avoid the "Is this script safe" pop-up, since this is
running from a local drive?

What my code does is...

Folks insert a CD into their PC. They open the default HTML document on the
CD. The page reads a "list.txt" file for a list of pictures and builds a
table to show the images, based on the list in the "lists.txt" file.

Thanks!
 
Yay!

Got all my code working. The only problem I'm having now is the Internet
Explorer warning that says:

An ActiveX control on this page might be unsafe to
interact with other parts of the page. Do you want to
allow this interaction?

....are there security settings changes that can be made to avoid this
message, without comprimising the browser security? The page will always be
run from a CD in the drive and not from a web server.

Thanks!
 
Back
Top