taking printout in java
Hi guys,
how can i invoke dos' print command from javascript?
reason is,i need to take print out of a file stored on client machine ,if i use document.print() efficiency is low as i use dotmatrix printer , so i developed core java application to take printout using dos, print option, but how can i inform name of the file to be printed to client, can i access cokkies from core java
Any help please?
Regards,
SRI
> Hi guys,
>
> how can i invoke dos' print command from javascript?
> reason is,i need to take print out of a file
> stored on client machine ,if i use document.print()
> efficiency is low as i use dotmatrix printer , so i
> developed core java application to take printout
> using dos, print option, but how can i inform name of
> the file to be printed to client, can i access
> cokkies from core java
Java is NOT JavaScript. You say "core java" (which is a stupid term anyway) a few times yet you also mention JavaScript and talk about document.print which is JavaScript.
Is there any Java portion to any of this anywhere?