User Guide
iPrint/NDPS 35
NetWare 6 Readme
103-000171-001
October 25, 2001
Novell Confidential
Manual 99a38 July 17, 2001
3
Remount the volume with TTS enabled by entering
mount NDPS_Manager_host_volume_name
iPrint Client Install Page Has No Link
When using a map generated by the iPrint Map Designer, if users click on a
printer from a workstation that does not have the iPrint client installed, they
might be redirected to an iPrint client install page that does not have the client
install link.
To resolve this, use a text editor to edit LOGIN\IPPDOCS\TOOLS.JS and
make the following changes to the Function: ProductNotInstalled section.
Replace the
" document.writeln(\"" +
parent.iprintclientinstallString + "<BR><BR>\");\n" +
line of code with these lines:
" document.writeln(\"" +
parent.iprintclientinstallString + "\");\n" +
" document.writeln(\"<BR>\");\n" +
" document.writeln(\"<BR>\");\n" +