34 lines
998 B
HTML
34 lines
998 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<html>
|
|
|
|
<head>
|
|
<meta HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
|
|
<title> There was a syntax error in the policy. </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="viewPolicySyntaxError" style="font-family: MS Shell Dlg;font-size:8pt;color:windowtext;background-color:threedface;">
|
|
Unable to display the privacy policy of <SCRIPT language="JavaScript">printSite();</SCRIPT> due to a syntax error in its policy. To view the privacy policy, contact the Web site directly.
|
|
</P>
|
|
|
|
</body>
|
|
</html>
|