Print a web page without any hints? using javascript or jquery or vbscript

I want to print a webpage that is inside my site using javascript or jquery or vbscript or any client-side scripting language that can run in IE without any hints.

for example, the function should simply take the URL of the page and send the print command to the printer.

window.print(URL);

thanks

0
source share
1 answer

It's impossible.

Allowing web pages to use ink and paper resources without permission would be crazy for the browser.

+4
source

All Articles