Reputation: 11
I am writing an HTML Email Code. One of the components in the Email Page is the Print Button. But, As we know the Email Clients blocks the javascript and hence I cannot use window.print(); I read through lots of posts to understand that javascript can nowhere be made to work in email clients??
Is there an alternative that I could use like simulating Ctrl+P without using Javascript??
Upvotes: 1
Views: 89
Reputation: 943615
The sender of an email cannot do anything to make the recipient's computer print it.
If the recipient wants to print it, then their email client will supply user interface that will allow them to.
Upvotes: 2