Proxy.Action

Performs a specified action.

Parameters

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

The existence of one of these values in the URL determines the action that is invoked. For information about the parameters and values of a command, refer to the section for that command.

Return Values

Returns the result of the proxy command used as a parameter. For information about the return value of a command, refer to the section for that command.

Example

<FORM method=post action=/servlet/webacc>
   <INPUT type=hidden name=User.context value=xyz>
   <INPUT type=hidden name=action value=Proxy.Action>
   <INPUT type="text" name="User.proxyId" size="50" value="John Doe"> 
   <INPUT Type="Checkbox" Name="Proxy.Access.Read.mail" Value="1">
   <INPUT type="image" name="Proxy.AddAccess"
      src="/com/novell/webaccess/images/btnsaveen.gif" alt="Save"|
      border=0>
</FORM>