A Hyperlink object, which can be represented by a static text or static image, is used to trigger processing after a mouseclick action.
By inserting a Hyperlink object, an HTML <A> (anchor) tag is created, nested within an <adelia:hlink> tag.
The presence of an <adelia:hlink> tag determines a link with the Adelia Web program to which the current HTML page belongs.
The presence of the ::ADELIA_EVT, ::ADELIA_EVT_NOVALID, ::ADELIA_ROLLUP, ::ADELIA_ROLLDOWN or ::ADELIA_EVT_UPL value for the href attribute of the HTML <a> tag makes it possible to associate an event processing block upon a mouseclick on the hyperlink (identified by the name attribute) in the Adelia Web program.
Note: An output field with management of a mouseclick event and a hyperlink field are almost identical. The former defines a link with a dynamic description, while the latter defines a link with a static description.
Click below:
to see an example,
for more information on inserting a hyperlink,
for more information on the Output field object,
for more information on event processing blocks.