[Top] [Prev] [Next] [Bottom]
[Contents]
SaHtmlTitle
Prints an HTML title to an HTML stream.
#include "SaRnHtml.h"
int SaHtmlTitle(char* title);
Arguments
title
- A string specifying the title. This string is converted to an HTML-compatible string.
Return Values
Returns an integer with a value of 0.
Prints an HTML title to an HTML stream. If title is NULL, an empty string is used as the title.
The code:
SaHtmlTitle("The Recipe Book Store");
will write:
<TITLE>The Recipe Book Store</TITLE>
to the output stream.
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.