WindowsXP-SP1/shell/shdocvw/policynone.htm

32 lines
942 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
<title> No privacy policy was found. </title>
<SCRIPT language="JavaScript">
var site = window.parent.dialogArguments.url;
function printSite()
{
document.write( site);
}
function BodyOnKeyPress(nCode)
{
if (nCode == 27) //ESC
{
window.parent.cancelButtonClick();
}
}
</SCRIPT>
</head>
<body id="body" style="font-family: MS Shell Dlg;font-size:8pt;color:windowtext;background-color:threedface;" onkeypress="BodyOnKeyPress(event.keyCode)">
<P id="noPolicyFound" style="font-family: MS Shell Dlg;font-size:8pt;color:windowtext;background-color:threedface;">
Could not find a privacy policy for <SCRIPT language="JavaScript">printSite();</SCRIPT>. To view this sites privacy policy, contact the Web site directly.
</P>
</body>
</html>