Table of Contents
Previous Section
You position and identify applet controls as dynamic elements in the HTML file of the component (page) just as you do any other dynamic element.
    <!-- Other HTML goes here -->
    Enter a string in the field, select a function from the list and press the Do It button:
    <br>
    <WEBOBJECT name=INPUTFIELD></WEBOBJECT>
    <WEBOBJECT name=FUNCTION></WEBOBJECT>
    <br>
    <WEBOBJECT name=BUTTON></WEBOBJECT>
    <br>
    Result:
    <br>
    <WEBOBJECT name=OUTPUTFIELD></WEBOBJECT>
    <br>
    <!-- Other HTML goes here -->