-
Recent Posts
Recent Comments
Archives
Categories
Meta
Monthly Archives: March 2014
Printing the contents of a div (or other element)
Today I worked on printing the contents of a <div> tag. The first solution I found was to use java script to open a new window, write the contents of the <div> to it and use the window.print() function. It … Continue reading
Posted in Programming
Comments Off on Printing the contents of a div (or other element)