Archive for March, 2013

Adding a Print this Page Button to a list Item

Posted March 29, 2013 By Kevin Bennett

Needed to Print a list item form out so I added this Code to a CEWP at the top of the Form

<code>
<input type=”button” value=” Print this page ” onclick=”window.print();return false;” />
</code>

 

Be the first to comment
%d bloggers like this: