Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
RW_START_PAGE (RealWeb) (rw_start_page.htm)
Use of this API subroutine is now deprecated - it can still be used, but for new developments it is recommended that you use RW_START_HTML_PAGE for enhanced functionality.
Defines the start of an HTML page. This consists of an opening <HTML> tag, a complete HEADER section containing a title and a meta tag, defining the generator as "Reality", and an opening <BODY> tag. The page's background image can also be set.
RW_START_PAGE(Title, Background)
Title The title of the page.
Background The
URL
of an image to be used as the background of the page.
Requires that a call is made to RW_END_PAGE at the end of the HTML file to close the BODY and the HTML file.