Hi
I have an HTML file where each (screen)page is a <DIV>.
I can select individual pages from a dropdown list or use
NEXT and PREV buttons. Each page has its DIV id which I know according to which page is currently selected.
I want to add a print button which will allow me to print only the current page, so I need some Javascript that will remove the div.printMe id from the page previousley printed and insert it for the current page, or some other method that will allow me to print only the current page.
Any tutorial links or code-snippets appriciated.
Thanks
David
I have an HTML file where each (screen)page is a <DIV>.
I can select individual pages from a dropdown list or use
NEXT and PREV buttons. Each page has its DIV id which I know according to which page is currently selected.
I want to add a print button which will allow me to print only the current page, so I need some Javascript that will remove the div.printMe id from the page previousley printed and insert it for the current page, or some other method that will allow me to print only the current page.
Any tutorial links or code-snippets appriciated.
Thanks
David