We make do with a cludge to get a "header" on each page of printed HTML
page. Most browsers print the TITLE of the page as a header when the
page is printed. So we set the title to be what we would like the header
to read. In order to make it possible to put ND variables in the TITLE
one must move the SPIDERPAGE tag up before the HEAD section, comment it
out, then write the FORM tag as it would be created anyway. I haven't
described it very well, but here's an example:
<HTML>
<!--
[[SPIDERPAGE NAME=pagDmiText]]
-->
<HEAD>
<TITLE>DMI Text - **patientCpi** - **patientName**</TITLE>
</HEAD>
<BODY BGCOLOR="f9faf0" TEXT="0000A0" LINK="000000" VLINK="CC33AA">
<FORM NAME="pagDmiText" METHOD=POST ACTION="../CareWeb/pagDmiText">
...
In the above, the patient id number and the patient name show up in the
title of the html page.
Will
Rachael wrote:
>
> I have a very simple Netdynamics application which displays results in a report
>format from a data object.
> The users want to print this report usually.
> So I need to have the report headers on each page.
> Is there a way to do this.
> Any suggestions are very welcome.
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]