I have a page where, when the button is clicked, the page will be printed. I am using the code below on the "On Click" extended property. Now the problem is that it prints the whole page. For example the title, menu bar, login info, everything! How can I omit those, and only print whatever is in the main content section. Any help is greatly appreciated. Thanks
"window.print(); return false;"