Printing contents of a div
- by Hulk
The contents of the following div re derived dynamically.
i.e, A table is added dynamically to this div with some button .My question is how to print the content of this div(window.print) and not other things in the page
<div id="newdiv" name="newdiv"></div>
Thanks..............