This method provides a high level HTML header generation routine. By default it creates the following:
* HTTP Header
* section with a tag
* <HTML><BODY> tags
* HTML text in a large font of the header text
</ul>
The method is configurable so that you can pass custom HTTP headers, leave out the HTML heading and a few other options.
</div>
<pre class="syntaxbox" id="syntax">o.HTMLHeader(tcHeader,tcTitle,tcBackground,tcContentType,tlNoOutput)</pre>
<p>"" or string if tlNoOutput = .T.</p>
<h3 class="outdent" id="parameters">Parameters</h3>
<p><strong>tcHeader</strong><br />
The header of the document. This is the large text HTML generated at the top of the HTML document. Not generated if this value is passed in as blank or omitted.</p>
<p><strong>tcTitle</strong></p>
<ul>
<li>Optional* - The text for browser's title bar. If not passed the header is used.</li>
</ul>
<p><strong>tcBackground</strong></p>
<ul>
<li>Optional* - Allows you to specify a background color or image.</li>
</ul>
<p><strong>tvContentType</strong><br />
Optional - By default this method uses a default HTTP header. You can pass in a custom HTTP header option (see <a href="vfps://Topic/wwResponse%3A%3AContenttypeHeader">ContentTypeHeader()</a>) or an <a href="vfps://Topic/Class%20wwHTTPHeader">wwHTTPHeader</a> object.</p>
<p><strong>tlNoOutput</strong><br />
When set to .T. output is not sent to file, instead returning the result as a string.</p>
<h3 class="outdent" id="example">Example</h3>
<p>Response.HTMLHeader("Customer Demo Example","West Wind Customer Demo")</p>
<p>Response.Write("Hello World")</p>
<p>Response.HTMLFooter()</p>
<h3 class="outdent" id="seealso">See also</h3>
Class wwResponse<br />
wwResponse::HTMLFooter<br />
wwResponse::ContentTypeHeader<br />
Class wwHTTPHeader
</article>
<hr />
<div class="float-end">
<a href="http://helpbuilder.west-wind.com" target="_blank"><img src="/docs/_kavadocs/images/docmonster.png" style="height: 2.5em"/></a>
</div>
<small>
© West Wind Technologies, 2025 •
Updated: 2025-03-12
<br />
<a href="mailto:support@west-wind.com?subject=Support: West Wind Web Connection - wwResponse::HTMLHeader&body=Project%3A%20West%20Wind%20Web%20Connection%0ATopic%3A%20wwResponse%3A%3AHTMLHeader%0A%0AUrl%3A%0Ahttps%3A%2F%2Fwebconnection.west-wind.com%2Fdocs%2F_s8h00xu67.html">Comment or report problem with topic</a>
</small>
<br class="clearfix" />
<br />
<!-- End Rendered Content -->
</div>
</div>
</div>
<!-- End Markdown Monster Content -->
</body>
</html>