Web Printing

Is it possible to call the print function of a browser from within a web app? I would like to print a current web page but hide some of the controls first and then redisplay them after printing the page.

ExecuteJavaScript “print();”

Just add what @Alexis Colon Lugo (nice bug with your name) wrote in the button-action event and you should be fine with it.