University of Baltimore
Merrick School of Business
Assignment 5:
Page with frames and form as the default page
- create a new page in KompoZer or other
editor and
name it home2.html.
- copy the code for myframe.html
, save it as home2.html (view souce
and save as). a
- edit FRAMESET cols= "25%, 75%" , corresponding to two
areas: 25% and 75% of the screen.
- continue working in this page and edit two lines
with frame
src= tags naming your left and right frames, and the names of
the
pages that will load in the left and right frames:
choice.html
(left frame) and myform.html (righ
frame).
- finish the page and save it again as home2.html
- create a new page in KompoZer or other
editor and name
it choice.html
- type a header: "Thanks for visiting! Please choose a
destination" and add four links to the choice.html page: your home page
(home.html), your favorites page (favorites.html), your form
page
(myform.html) and University of Baltimore (www.ubalt.edu).
- edit all links in the choice.html page
and add target="right", or to whatever you named your right
frame. Note: if you do not do this the linked pages will show
in the left frame that it is too small for them.
- finish the page and save it again as choice.html
- create a new page in KompoZer and name
it myform.html
- copy the html code of baseform.html , save it as myform.html (view souce
and save as).
- type a header: "Please send me your comments"
and edit this page including an area for the person name, e-mail
address and a textarea for their messages.
- edit the form to include your e-mail address as
recipient, change the subject, etc. Read the comments where these
changes need to be done viewing the comments in the page (view source
for this).
- Important Note: you need to use your UB or UB-Towson
e-mail address for the FormMail work correctly, otherwise you will
receive an error that the recipient is either missing or not valid.
- finish the page and save it again as myform.html
- open the file home2.html in your browser and see if
all is working, particularly if you can navigate the frames and send an
e-mail to yourself
- once all is working upload the home2.html, choice.html
and myform.html files to your
UB Web space.
- Please post the URL (Web address) of your home2.html file
in ASSIGNMENT area under Assignment 5 by the end of the day of March
7
.