home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #6 / K-CD_2002-06.iso / Explorer6 / DA / IE_S2.CAB / IE_2.CAB / SHDOCLC.DLL / HTML / PSTEMPLATE.DLG < prev    next >
Text File  |  2001-10-11  |  846b  |  31 lines

  1. <HTML XMLNS:IE>
  2. <HEAD>
  3. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
  4. <?import namespace="ie" implementation="#default">
  5. <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  6. <script>
  7. function HandleError(message, url, line)
  8. {
  9. var L_Dialog_ErrorMessage = "Der opstod en fejl under σbning af dialogboksen Sideopsµtning.";
  10. var L_ErrorNumber_Text = "Fejl: ";
  11. var str = L_Dialog_ErrorMessage + "\n\n"
  12. + L_ErrorNumber_Text + line + "\n"
  13. + message;
  14. alert (str);
  15. window.close();
  16. return true;
  17. }
  18. function BodyOnload ()
  19. {
  20. Printer.showPageSetupDialog();
  21. window.close();
  22. }
  23. window.onerror = HandleError;
  24. </script>
  25. </HEAD>
  26. <BODY onload="BodyOnload()" scroll=no>
  27. <!-- Printer control whose only purpose in this template is to raise the pageSetup dialog -->
  28. <IE:TemplatePrinter id=Printer />
  29. </BODY>
  30. </HTML>
  31.