I'm wondering if there is a way to print content of websites div with a button? I have a form that you input some data and get the results in a content area with the id output. I'd like to print that content area with a button.
<div id="output">
content to print
</div>