html_SetSelectValue(pId,pValue)
Sets the value (pValue
) of a select item (pId
). If the value is not found, this functions selects the first option (usually the NULL
selection).
Return Value
Not applicable.
Parameters
pId (DOM node | String)
pValue (String)