SUBROUTINE FRAMESET3
INCLUDE #RW.INCLUDE.DEFS FROM /SYSFILES/REALWEB,BP
CALL RW_START_HTML_PAGE("Frameset", "", "", "", RWD_FRAMESET)
CALL RW_START_FRAMESET("", "50%,
CALL RW_FRAME("HELLOWORLD", "left", "")
CALL RW_FRAME("WELCOME", "right", "")
CALL RWS_NOFRAME('Sorry, this document can only be viewed with a browser that supports frames.', "")
CALL RW_END_FRAMESET
RETURN
NEC welcomes your feedback on our documentation.
If you have any comments about the current Reality Help, or want something to be added in a future revision, please contact your NEC Helpdesk.
If your comment relates to this particular Help topic, remember to include the following information:
Product:
|
RealityVersion 15.5
|
Help revision:
|
Revision 0
|
Help topic:
|
FRAMESET3 Example (RealWeb)
|
File name:
|
FRAMESET3.htm
|