hi,
In my application I have created many graphs using php and dom and I have one print button associated with each graph,so on click of each print button i need to print associated graph.how to achieve it.any suggestion???
hi,
In my application I have created many graphs using php and dom and I have one print button associated with each graph,so on click of each print button i need to print associated graph.how to achieve it.any suggestion???
Generate various print stylesheets that set display: none
on different bits of the page and include a stylesheet switcher along with a call to window.print()
for each one.