Web Connection User's Guide
To build the input page, follow these steps:
- Choose an application, or create a new application, to contain the Welcome
example.
- In the VisualAge Organizer, create a new part called
WebExampleInputPage. Specify Web Connection part as the part
type. In the Composition Editor, you should see a single subpart, a
Page, on the free-form surface.
- Select Form from the Web Form Category category. Place the Form
within the Page.
- Open the properties view of the Form and then do the following:
- Select the method property. In the Value
field, select Post.
- Select the action property. In the Value
field, select the ... button to open the action
prompter.
- In the AbtHtmlForm action prompter, select Part
Name. In the entry field, specify
WebExampleReplyPage. This is the name of the page that will
handle the data from this form.
- Select OK to close the prompter.
- Close the Properties window.
- Select Entry Field from the Web Form Category category. Place the
Entry Field within the Form.
- Change the name of the Entry Field part to Name Field.
- Select Push Button from the Web Form Category category. Place the
Push Button to the right of the Entry Field.
- Save the part and close the Composition Editor.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]