A customer needs that an alert will show to the user when they try to print (either via Ctrl+P or File/Print) anything from the browser, such as “Remember to not print more than x pages” or something like that. Is it possible, using Javascript, CSS or any other approach?
Share
Unfortunately no. You can call the print dialog from JavaScript, but you can not intercept it.
The only way would be to do something like this would be with ActiveX on internet explorer only, which is just plain ugly.