CodeCharge Studio

CCGetFromPost Function (ASP)

Description

Retrieves a value of the POST input parameter. If there is no value returned, the function returns the default value specified in the function call.

Syntax

CCGetFromPost(ParameterName, DefaultValue)

Return value

String

Parameters

Name Type Description Required
ParameterName String Name of the parameter to retrieve. Yes
DefaulfValue Variant Value to return if parameter is not set. Yes

See also:

CCGetParam function,
CCGetFromGet function


On-line, printable versions and updates