Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript Printing Partial Data Problem

Status
Not open for further replies.

reale

Programmer
Joined
Aug 21, 2006
Messages
1
Location
IT
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top