Hi,
I have an ASP application where I need to print a ticket to a client printer from within IE 6. I have started building a Java Applet that I can make calls to from Javascript. I would like to set properties of the object from within Javascript and then submit a print. Since this is a ticket, it will always be the same format except for certai pieces of data.
From within the applet, I can Lookup the default Print Service on the client pc (windows 2000) and would like to print there. I have a few questions that hopefully someone can help with.
1- Can I actually print from an Applet? I have read where I may need a signed applet. Is this possible for IE or is it a Netscape only thing?
Assuming I can actually print, here are some more:
2- Can I print without actually building a file on the client? I would like to simply send a stream of data to a printer from within my applet.
3- Does anyone have some sample code that will print from an applet? Most printing examples I have found are for applications and printing a pre-existing file.
I will be glad the beginnings of my applet and html if someone could help.
Thanks,
Keith
I have an ASP application where I need to print a ticket to a client printer from within IE 6. I have started building a Java Applet that I can make calls to from Javascript. I would like to set properties of the object from within Javascript and then submit a print. Since this is a ticket, it will always be the same format except for certai pieces of data.
From within the applet, I can Lookup the default Print Service on the client pc (windows 2000) and would like to print there. I have a few questions that hopefully someone can help with.
1- Can I actually print from an Applet? I have read where I may need a signed applet. Is this possible for IE or is it a Netscape only thing?
Assuming I can actually print, here are some more:
2- Can I print without actually building a file on the client? I would like to simply send a stream of data to a printer from within my applet.
3- Does anyone have some sample code that will print from an applet? Most printing examples I have found are for applications and printing a pre-existing file.
I will be glad the beginnings of my applet and html if someone could help.
Thanks,
Keith