Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- di_Library v. 0.1 - <b>di_htmltitle()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
di_HTMLTitle()
Put a title into all enabled output devices
------------------------------------------------------------------------------
Syntax

    di_HTMLTitle(<cTitle>) --> nSuccessList

Arguments

    <cTitle> is a character expression containing the title to be used
    on HTML pages.

Returns

    nSuccessList is the sum of the devices handles successfully
    written to.  Only devices currently set to output are addressed;
    therefore, nSuccessList is always less than or equal to the current
    return value from di_setOutput().

Description

    Specifies the title of for HTML device(s)

Examples

    nPage1 := di_initHTML()
    nPage2 := di_initHTML()
    nPage3 := di_initHTML()
    di_setOutput(nPage1)
    di_setHTMLTitle("Title of Page One")
    di_setOutput(nPage2 + nPage3)
    di_setHTMLTitle("Shared Title of Pages Two and Three")

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson