|
 |
asp_web_howto thread: Priniting multiple server side docs on the client printer
Message #1 by "Gurdev" <gkhanna@w...> on Sat, 18 May 2002 06:39:03
|
|
Hi,
I am based in Delhi.
I have already made a web-application, where the user can upload and
download files to/from the web server. Now I want to add the print
functionality to the site.
Is there any way, that the user be able to print multiple docs (which are
on the web server) on his printer, without opening the server-side files.
Thanks
Gurdev Khanna
Message #2 by =?iso-8859-1?q?Deepa=20Ravikumar?= <deepar_07@y...> on Mon, 20 May 2002 04:28:32 +0100 (BST)
|
|
--0-2044294970-1021865312=:53409
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Hi,
This can be accomplished in 2 ways:
1) Open thw document in a new window. Call Window.print(). and then close the window.
2) Create a Client-side AcitveX to print the document. But before this the document should have been downloaded to a specified
directory in the client.
3) Write a macro in the document which will print the document, as soon as the document is opened. Now open this document in a new
window and close it.
Gurdev <gkhanna@w...> wrote: Hi,
I am based in Delhi.
I have already made a web-application, where the user can upload and
download files to/from the web server. Now I want to add the print
functionality to the site.
Is there any way, that the user be able to print multiple docs (which are
on the web server) on his printer, without opening the server-side files.
Thanks
Gurdev Khanna
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
---------------------------------
Yahoo! Autos - everything you wanted to know about cars and bikes
|
|
 |