1.13 xestiascan_output_page

xestiascan_output_page outputs the page to a browser, standard output or a console. First two parameters for this subroutine are required.

Parameters:

kiriwrite_output_page(pagetitle, pagedata, menutype);


Usage:

kiriwrite_output_page(“Page Title”, “This is the page data”, “none”);


pagetitle
Specifies the page title of the page.

pagedata
Specifies the page data.

menutype
Specifies the menu type to use. A value of none specifies that nomenu should be used.