HTM73

DESCRIPTION

OUTPUT

SOURCE CODE






DESCRIPTION

Use of targeted frames

OUTPUT


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>