XP, SP2, Internet Explorer: When creating a CD with html and a link to a pdf-file, warning message

M

m-k-1973

Hello,

I made a Presentation CD with html. Everything works fine, unless you
run it on a computer with Windows xp, sp2 and the Internet Explorer.

For example, when you click on link to a pdf file, then always appear
the message: Warning, active content and so on...

I know how to disable this, so everything works fine on my computer.
(# In IE, Choose Internet Options - Advanced
# Scroll down to the Security Heading
# Check the option labeled: Allow active content to run in files on my
computer. You can also check the box above this if you want to allow
active content to run from CDs.)

But I don´t want, that everybody who use the CD gets this message on
his computer.

So I found out several things:

This message also appears, when you have javascript in your website of
the CD. This can be disabled by a line in the <head> of the document:

<!-- saved from url=(0013)about:internet -->

Example, no warning message here:

<html><head>
<title>Javascript</title>
<!-- saved from url=(0013)about:internet -->
</head>
<body bgcolor=#ffffff>
<script>
<!--
document.write("Example of Javascript");
//-->
</script>
</body></html>


When I use the line <!-- saved from url=(0013)about:internet --> in an
html document, where there is a link to a pdf file, then the link
doesn´t work (nothing happens)

I don´t know how to solve this problem. any suggestions would be nice,
thanks

mike
 
Joined
Apr 5, 2012
Messages
1
Reaction score
0
Hi I have exactly the same problem trying to make a website on a cd with links to many offline pdfs. It is a resource CD. How did you solve the problem in the end?

thanks for your help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top