I want to print a webpage that resides inside my website using javascript or jquery or vbscript or any client side scripting language that can run on IE, without any prompt.
for example function should just take in the URL of page and send print command to the printer.
window.print(URL);
Thanks
This is impossible.
Allowing web pages to use ink and paper resource without permission would be an insane thing for a browser to do.