External Interfaces > RealWeb > RealWeb API > Page > RW_START_PAGE

Comment on this topic

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)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RW_START_PAGE


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.

Purpose

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.

Syntax

RW_START_PAGE(Title, Background)

Parameters

Title The title of the page.

Background The URLClosed of an image to be used as the background of the page.

Dependencies

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.

RealityV15.1 (MoTW) Revision 7Comment on this topic