regsvrPrintControl.htm 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title></title>
  5. <script src="lib/jquery/jquery-1.3.2.min.js" type="text/javascript"></script>
  6. <style type="text/css">
  7. p.l-log-content
  8. {
  9. margin: 0;
  10. padding: 0;
  11. padding-left: 20px;
  12. line-height: 22px;
  13. font-size: 12px;
  14. }
  15. span.l-log-content-tag
  16. {
  17. color: #008000;
  18. margin-right: 2px;
  19. font-weight: bold;
  20. }
  21. h2.l-title
  22. {
  23. margin: 7px;
  24. padding: 0;
  25. font-size: 17px;
  26. font-weight: bold;
  27. }
  28. h3.l-title
  29. {
  30. margin: 4px;
  31. padding: 0;
  32. font-size: 15px;
  33. font-weight: bold;
  34. }
  35. </style>
  36. </head>
  37. <body style="background: white; font-size: 12px;">
  38. <h2>打印驱动安装注册步骤</h2>
  39. 第一步:下载打印驱动</p>
  40. 打印驱动<a href="/shares/print/Driver.zip">Driver.zip</a></p>
  41. 第二步:注册打印控件</p>
  42. 32位系统请下载
  43. <a href="/shares/print/regsvr_32.zip">regsvr_32.zip</a></p>
  44. 64位系统请下载
  45. <a href="/shares/print/regsvr_64.zip">regsvr_64.zip</a></p>
  46. </body>
  47. </html>