Links

The routines in this category allow you to create links to other RealWeb subroutines and HTML pages,

*RW_ANCHOR

Creates a link to a URLClosed Uniform Resource Locator - a web address.  and appends the HTML to the output buffer.

RWA_ANCHOR

Creates a link to a URL and appends the HTML to a string.

RW_IMAGE_ANCHOR

Creates an anchor for up to three different images in a single position and appends the HTML to the output buffer.

RWA_IMAGE_ANCHOR

Creates an anchor for up to three different images in a single position and appends the HTML to a string.

RW_IMAGE_FUNCTION

Creates an image button that invokes a JavaScriptClosed A programming language supported by most web browsers. Client-side JavaScript allows executable content to be included with web pages.  function and appends the HTML to the output buffer.

RWA_IMAGE_ FUNCTION

Creates an image button that invokes a JavaScript function and appends the HTML to a string.

A leading asterisk indicates that the subroutine was present in RealWeb 2.