The mgiPathArgument TagTag BehaviorThe mgiPathArgument tag displays the value of a form field that has been submitted with the "get" method, the name of all path arguments, or the value of all path arguments. Tag SyntaxThe mgiPathArgument tag has one required parameter and three optional parameter. The tag form is: <mgiPathArgument name="Field Name" defaultValue="text" function="Tag Function" delimiter="Separator"> Required Parameters:
Optional Parameters:
Example Usage and Output<mgiPathArgument name="City"> In this example, a field named "City" is included on a form. When a web site visitor completes the form, they enter "Charlotte" in the "City" field and submit the form. The following is displayed in the location of the mgiPathArgument tag: Charlotte Suggested Usage
|
[Return to the Referencing MGI Menu]
[User Guide Main Menu] [Understanding MGI Menu] [Using MGI Menu] [Referencing MGI Menu]