GLAMERDAVOR


HTM73


  • Description
  • Output
  • Source Code



  • BACK TO EXERCISES




    Description


    Use of targeted frames

    return


    Output



    return


    Source Code


    Here is the HTML code for targeforms.html:
    <HTML>
    <HEAD><TITLE>A Web page with forms</TITLE></HEAD>
    <FRAMESET COLS = �185, *�>
    <FRAME SRC = forms.html>
    <FRAME SRC = �� NAME = display>
    </FRAMESET>
    </HTML>
    Here is the HTML code for forms.html:
    <HTML>
    <HEAD>
    <TITLE>Contents of the TOC frame</TITLE>
    <BASE TARGET = display>
    </HEAD>
    <BODY>
    <FONT COLOR = red><CENTER>List of Forms</CENTER></FONT>
    Choose a form that you would like to fill.
    <OL>
    <LI><A HREF = orderForm.html TITLE = �E-commerce�>E-commerce</A>
    <LI><A HREF = guestBookForm.html TITLE = �Guest Book�>Guest Book</A>
    <LI><A HREF = SurveyForm.html TITLE = �Customer Survey�>Customer Survey</A>
    </OL>
    </BODY>
    </HTML>
    <a href = "#return"><font face = "Times new roman" color ="000000" size="4"><center>return</center><br></font><</a>
    </b></center>
    </td>
    </tr></table>

    HTM73