inserting a footer at a regular inteval
am 23.04.2007 08:29:11 von aa
If I have a set of documents on a letterhead with a header and footer and I
want them in HTML look as they look on the paper - i.e. if a document is
longer then one printed page, the footer and then the header are inserted -
how do I do it in ASP?
I.e. is there a way to monitor page length depending on font, margins and
perhaps graphic used?
Re: inserting a footer at a regular inteval
am 23.04.2007 10:55:37 von exjxw.hannivoort
aa wrote on 23 apr 2007 in microsoft.public.inetserver.asp.general:
> If I have a set of documents on a letterhead with a header and footer
> and I want them in HTML look as they look on the paper - i.e. if a
> document is longer then one printed page, the footer and then the
> header are inserted - how do I do it in ASP?
Do it clientside, make a div for each page, and make all display:none;
except the one you want to show.
> I.e. is there a way to monitor page length depending on font, margins
> and perhaps graphic used?
No, not serverside, that is Browser dependent.
You could use pdf.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)