Re: Web Printing Display more than 10?
From: DaClyde (DaClyde.1ccc04_at_mail.mcse.ms)
Date: 09/09/04
- Previous message: ejeggle: "Re: Default Printer is lost"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 9 Sep 2004 14:31:56 -0500
Stephan wrote:
> *Hello.
>
> Simple question, when accessing my Print Server via
> http://servername/printers, it only shows 10 printers at a time. Is
> it possible to configure it to show more or all at once?*
I just figured this one out today. On the print server machine, in the
c:\winnt\web\printers folder open the ipp_0001.asp file in notepad.
Search for the line that reads:
Const iPrinterLength = 10
and change the '10' to whatever you need. As more printers are shared,
an expression is run to check to see whether or not the iEnd value
(which is the maximum number of printers to show on a page) is less
than or equal to the iPrinterLength value. When it reaches the greater
than state, the page generates the "Next 10 Printers" link at the
bottom and creates the next page. Bump the iPrinterLength value up and
you can list more printers.
-- DaClyde ------------------------------------------------------------------------ Posted via http://www.mcse.ms ------------------------------------------------------------------------ View this thread: http://www.mcse.ms/message488480.html
- Previous message: ejeggle: "Re: Default Printer is lost"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|