[Top] [Prev] [Next] [Bottom] [Contents]

SaGetInputValue

Returns the value of the named form input element.

Synopsis

#include "SaRnHtml.h"
char* SaGetInputValue(char* element);

Arguments

element
specifies the name of the form input element's value to get.

Return Values

Value of the named form input element or NULL, if element is not present in the input stream.

Description

If there are multiple values for this input element (for example, a multi-select list), the first value is returned. The return value is not copied data but a pointer to a stored value and should not be free'd or modified.

Example

char* value;
value = SaGetInputValue("FormElementName");
Note: This call is generated automatically by Sapphire/Web through use of the Object Bind Editor.

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.