Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Print dinamic table with header and footer (please help!!!)


Message #1 by fgarcia32@h... on Sun, 21 Jul 2002 19:01:17
Hi!

I'm working in a project which I have to print a hour report about 
teachers, this report is generated dinamically, I want to know how can I 
print it if I have to put header and footer in every page of the report.

I'm working in asp, ie, IIS 5... here is an example of the report:

the header is a table with the name of the institution where the teachers 
work and its logo.

the footer is a table with only text.
Page1
                Institute ClaroDeLuna

name          HT     HP    HR   Date         Observations
pepito        5      1      0   05/08/2002   bad teacher
                         .
                         .
                         .
some text as footer.....

in the second page I should print the rest of the report with the same 
header and footer:

Page2
                Institute ClaroDeLuna

name          HT     HP    HR   Date            Remark
lalo          3      2     1   04/08/2002       new teacher 
                         .
                         .
                         .
some text as footer.....

I have to configure the printer to work fine with ie???
how can I do with javascript??? any ideas???


Thanks in advance


Fedex

  Return to Index