Try OpenEdge Now
skip to main content
Developing WebSpeed Applications
WebSpeed API Reference : url-field
 

url-field

This function returns an encoded name\value pair suitable for use as an argument in a URL.

Location

web\method\cgiutils.i

Parameters

INPUT p_name AS CHARACTER
Name of field to set in the name attribute.
INPUT p_value AS CHARACTER
Value to set in the value attribute.
INPUT p_delim AS CHARACTER
Delimiter to return as a prefix. If the Unknown value (?) is specified, the default is & which is appropriate if the resulting URL is output to the browser.

Returns

CHARACTER

Notes

None

Examples

See the urlJoinParams function in web2\webrep.p.

See also

url-field-list
url-encode