Relay Browser Functions
For general information on how to use these functions, please see Relay Override Scripting.
void write( string )
Writes text to the relay browser.
void writeln( string )
Same as above, ending with a line break (in the page source).
string form_field( string )
Returns the "e;value"e; attribute of a previously-submitted input tag.
string [string] form_fields()
As above, but returned as a map of all values keyed by input names.