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
Zahid source
share