Printing from Web App

G

Guest

I have a simple question that I have not been able to answer myself ... is it
possible for a VB 2003 web app to send output to a printer? I would like to
allow the web site user to click a button the causes a bunch of lines to be
sent to his/her printer ... sounds simple but I'm not sure it's possible from
a web app. Windows app ... yes but what about a web app (eg. teh
PrintDocument component is not available).
 
G

Guest

I have a simple question that I have not been able to answer myself
... is it possible for a VB 2003 web app to send output to a printer?
I would like to allow the web site user to click a button the causes a
bunch of lines to be sent to his/her printer ... sounds simple but I'm
not sure it's possible from a web app. Windows app ... yes but what
about a web app (eg. teh PrintDocument component is not available).

No, that would be a security hazzard.

You can bring up the print dialog via javascript tho - and format your
output via CSS.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top