Is there any way to print a specific div content when user clicks print ? <div id="forprint> adfadfadfadfa </div> Click Here to Print When someone clicks, only the content in forprint div should be printed. Please help.