Directory.Action

Indicates the presence of a parameter whose name is one of the Directory commands, and whose value may or may not be present.

Parameters

One of the following Directory commands must be specified in the URL or appear as the name of a form object:

Refer to the section for each of these commands for the parameters that each they use.

Returns

Refer to the section for each of these commands for the results that they each return.

Example

<FORM method="post" action=/servlet/webacc>
   <INPUT type="hidden" name="Directory.Action">
   <INPUT type="submit" name="Directory.Modify">
   <INPUT type="submit" name="Directory.Delete">
   . . .
</FORM>