Microsoft SDK for Java

DhCheckBox.setSubmitName

Sets the HTTP submit name for this check box.

Syntax

public void setSubmitName( String strName )

Parameters

strName

The NAME attribute. This name should be unique on the form.

Remarks

This name is used during HTTP form submission as the HTML NAME attribute.

See Also   getSubmitName

© 1999 Microsoft Corporation. All rights reserved. Terms of use.