wwProcess::PageHeaderTemplate
Renders a standard page header based on the default header template located in Views\_PageHeaderTemplate.html
.
o.PageHeaderTemplate(lcTitle, lcTemplatePath)
rendered HTML for the page template
Parameters
lcTitle
Optional Page Title
lcTemplatePath
Option physical path to the template to render. Defaults to Views\_PageHeaderTemplate.html
Example
foxpro
foxpro
Response.Write( THIS.PageHeaderTemplate("Test Page") )
TEXT TO lcHTML NOSHOW TEXTMERGE
<h1>Hello World from Test Process</h1>
<hr>
The time is: <<TIME() >>
ENDTEXT
Response.Write(lcHtml)
Response.Write( THIS.PageFooterTemplate() )
See also
Class wwProcess© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic