Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
965 B

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <html>
  3. <head>
  4. <meta HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
  5. <title> There was a syntax error in the policy. </title>
  6. <SCRIPT language="JavaScript">
  7. var site = window.parent.dialogArguments.url;
  8. function printSite()
  9. {
  10. document.write( site);
  11. }
  12. function BodyOnKeyPress(nCode)
  13. {
  14. if (nCode == 27) //ESC
  15. {
  16. window.parent.cancelButtonClick();
  17. }
  18. }
  19. </SCRIPT>
  20. </head>
  21. <body id="body" style="font-family: MS Shell Dlg;font-size:8pt;color:windowtext;background-color:threedface;" onkeypress="BodyOnKeyPress(event.keyCode)">
  22. <P id="viewPolicySyntaxError" style="font-family: MS Shell Dlg;font-size:8pt;color:windowtext;background-color:threedface;">
  23. 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.
  24. </P>
  25. </body>
  26. </html>