I am using classic asp on my intranet web site. The users view this site with IE. I want to load a page for a brief instant, then I want to send that page to the printer, and finally I want to redirect the user to another page. I know about using "response.redirect..." to redirect them after the first page loads and prints.
How do I automatically send the print job? I know how to create a print button, but in this case I don't want a button- I just want it to print automatically.
How do I automatically send the print job? I know how to create a print button, but in this case I don't want a button- I just want it to print automatically.