| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title></title>
- <script src="lib/jquery/jquery-1.3.2.min.js" type="text/javascript"></script>
- <style type="text/css">
- p.l-log-content
- {
- margin: 0;
- padding: 0;
- padding-left: 20px;
- line-height: 22px;
- font-size: 12px;
- }
- span.l-log-content-tag
- {
- color: #008000;
- margin-right: 2px;
- font-weight: bold;
- }
- h2.l-title
- {
- margin: 7px;
- padding: 0;
- font-size: 17px;
- font-weight: bold;
- }
- h3.l-title
- {
- margin: 4px;
- padding: 0;
- font-size: 15px;
- font-weight: bold;
- }
- </style>
- </head>
- <body style="background: white; font-size: 12px;">
-
- <h2>打印驱动安装注册步骤</h2>
- 第一步:下载打印驱动</p>
- 打印驱动<a href="/shares/print/Driver.zip">Driver.zip</a></p>
- 第二步:注册打印控件</p>
- 32位系统请下载
- <a href="/shares/print/regsvr_32.zip">regsvr_32.zip</a></p>
- 64位系统请下载
- <a href="/shares/print/regsvr_64.zip">regsvr_64.zip</a></p>
- </body>
- </html>
|