Hi.
I have to print, from multiple pages, partial data. I use a named div around the data to be printed. I then refer to this data using a javascript function which calls the div's innerHtml.
Some of these pages are forms. If the user modifies the data in the form, I find that, in Internet Explorer, the new data is displayed when printing while in Mozilla the old data is still displayed.
Do you have any idea of why this happens? Have you any solutions for Mozilla? What I need is to print the new data.
Thanks to all
I have to print, from multiple pages, partial data. I use a named div around the data to be printed. I then refer to this data using a javascript function which calls the div's innerHtml.
Some of these pages are forms. If the user modifies the data in the form, I find that, in Internet Explorer, the new data is displayed when printing while in Mozilla the old data is still displayed.
Do you have any idea of why this happens? Have you any solutions for Mozilla? What I need is to print the new data.
Thanks to all