Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

document.print() without print dialog

Status
Not open for further replies.

e1mer

Programmer
Mar 1, 2001
2
US
I would like to print a reciept for a kiosk,
but do not want to have to make the user
deal with the windows print dialog.

Is there a print method that doesnt show that
dialog?
 
I agree with jaredn. I am sure that anything you want to do on the client (including printing) requires the explicit acceptance of the user. Bottom line is you can't do anything on the client unless the client (i.e. the user) says it's okay to do that.


<webguru>iqof188</webguru>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top