V
Vince
I have a user that recieved an HTML link to a secure web site as an
attachment in Outlook. The attachment is there but when you click on
the link, you get the following error:
'); // error message when the user cancels download
document.writeln(''); document.writeln('
The secure document cannot be viewed without the plugin.');
document.writeln
// error message when no plugins are used document.writeln('');
document.writeln('
The secure document cannot be viewed.
'); document.writeln(''); // notification when the control is being
downloaded document.writeln(''); document.writeln('
Please wait while the plugin is downloaded and/or initialized...');
document.writeln('
'); } // -->
I've tried adding the website to the trusted sites, but it still
doesn't work. Is there a security setting that I need to change?
--
attachment in Outlook. The attachment is there but when you click on
the link, you get the following error:
'); // error message when the user cancels download
document.writeln(''); document.writeln('
The secure document cannot be viewed without the plugin.');
document.writeln
// error message when no plugins are used document.writeln('');
document.writeln('
The secure document cannot be viewed.
'); document.writeln(''); // notification when the control is being
downloaded document.writeln(''); document.writeln('
Please wait while the plugin is downloaded and/or initialized...');
document.writeln('
'); } // -->
I've tried adding the website to the trusted sites, but it still
doesn't work. Is there a security setting that I need to change?
--