I am wondering if there is a way to suppress the print dialog box from a web page or print frome a web page without using window.print at all?
Printable View
I am wondering if there is a way to suppress the print dialog box from a web page or print frome a web page without using window.print at all?
Not to my knowledge.
In general, javascript can't stop your browser doing anything.... (or alter your browser in any way).
Might I ask why you wish to do this?