September 26, 2001 - Decoding Headers and Footers
September 26, 2001 Decoding Headers and Footers Tips: September 2001
Yehuda Shiran, Ph.D.
|
textHead
and textFoot
properties of the HeaderFooter
element include text instructions on how to prepare the HTML for the header and the footer. The resulting HTML can be found in the htmlHead
and htmlFoot
properties of the HeaderFooter
element. The formatting strings can also be retrieved from the header
and footer
properties of the TemplatePrinter
element.
The formatting strings are based on eleven different codes, which specify the information to be printed. The codes can be combined with text (for example, "Page &p of &P"
). All codes begin with an ampersand. Here are the eleven codes:
&w
. Insert the window title from thetitle
property of theHeaderFooter
element.&u
. Insert the page address from theURL
property.&d
. Insert the date in short format from thedateshort
property.&D
. Insert the date in long format from thedatelong
property.&t
. Insert the time in short format from thetimeshort
property.&T
. Insert the time in 24-hour format from thetimelong
property.&p
. Insert the page number from thepage
property.&P
. Insert the total number of pages from thepageTotal
property.&b
. Center the text following the&b
.&b&b
. Right-align the text following the&b&b
.&&
. A single amersand(&
)